Skip to content

Commit d9faa7a

Browse files
authored
Update src/order.jl
1 parent 52b0a70 commit d9faa7a

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.
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.
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)