We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f937166 commit 003360bCopy full SHA for 003360b
1 file changed
src/chordal.jl
@@ -21,7 +21,7 @@ function coloring(
21
end
22
23
# if the graph is chordal, then find a minimal vertex coloring
24
- color = CliqueTrees.color(A, invp).colors
+ color = CliqueTrees.color(A, perm, invp).colors
25
26
# compute groups and return result
27
group = group_by_color(color)
0 commit comments