Skip to content

Commit 99a02d0

Browse files
authored
Update src/order.jl
1 parent d9faa7a commit 99a02d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/order.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ const DynamicLargestFirst = DynamicDegreeBasedOrder{:forward,:low2high}
308308
Instance of [`AbstractOrder`](@ref) which computes a perfect elimination ordering when the underlying graph is [chordal](https://en.wikipedia.org/wiki/Chordal_graph). For generic graphs, it computes a suboptimal ordering.
309309
310310
!!! warning
311-
This order can only be applied for symmetric or bidirectional coloring problems, not unidirectional ones. Furthermore, its theoretical guarantees only hold for decompression by substitution.
311+
This order can only be applied for symmetric or bidirectional coloring problems. Furthermore, its optimality guarantees only hold for decompression by substitution, not for direct decompression.
312312
313313
!!! danger
314314
This order is implemented as a package extension and requires loading [CliqueTrees.jl](https://github.com/AlgebraicJulia/CliqueTrees.jl).

0 commit comments

Comments
 (0)