Skip to content

Commit 003360b

Browse files
committed
fix bug
1 parent f937166 commit 003360b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chordal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function coloring(
2121
end
2222

2323
# if the graph is chordal, then find a minimal vertex coloring
24-
color = CliqueTrees.color(A, invp).colors
24+
color = CliqueTrees.color(A, perm, invp).colors
2525

2626
# compute groups and return result
2727
group = group_by_color(color)

0 commit comments

Comments
 (0)