Skip to content

Commit 54622dd

Browse files
committed
Fix foc
1 parent 7a5d6fe commit 54622dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ It is passed as an argument to the main function [`coloring`](@ref).
7272
GreedyColoringAlgorithm{decompression}(order=NaturalOrder(); postprocessing=false)
7373
GreedyColoringAlgorithm(order=NaturalOrder(); postprocessing=false, decompression=:direct)
7474
75-
- `order::Union{AbstractOrder,NTuple}`: the order in which the columns or rows are colored, which can impact the number of colors. Can also be a tuple of different orders to try out, from which the best order (the one with the lowest total number of colors) will be used.
75+
- `order::Union{AbstractOrder,Tuple}`: the order in which the columns or rows are colored, which can impact the number of colors. Can also be a tuple of different orders to try out, from which the best order (the one with the lowest total number of colors) will be used.
7676
- `postprocessing::Bool`: whether or not the coloring will be refined by assigning the neutral color `0` to some vertices.
7777
- `decompression::Symbol`: either `:direct` or `:substitution`. Usually `:substitution` leads to fewer colors, at the cost of a more expensive coloring (and decompression). When `:substitution` is not applicable, it falls back on `:direct` decompression.
7878

0 commit comments

Comments
 (0)