Skip to content

Commit 1642fc8

Browse files
committed
Fix docstring
1 parent 99a02d0 commit 1642fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/order.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ const DynamicLargestFirst = DynamicDegreeBasedOrder{:forward,:low2high}
305305
"""
306306
PerfectEliminationOrder
307307

308-
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.
308+
Instance of [`AbstractOrder`](@ref) which computes a perfect elimination ordering when the underlying graph is [chordal](https://en.wikipedia.org/wiki/Chordal_graph). For non-chordal graphs, it computes a suboptimal ordering.
309309

310310
!!! warning
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.
311+
This order can only be applied for symmetric or bidirectional coloring problems.
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)