Skip to content

Commit d964e11

Browse files
committed
Don't compress the forest before we create a TreeSet
1 parent 9c29266 commit d964e11

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/coloring.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,6 @@ function acyclic_coloring(g::AdjacencyGraph, order::AbstractOrder; postprocessin
342342
end
343343
end
344344

345-
# compress forest
346-
for edge in keys(forest.intmap)
347-
find_root!(forest, edge)
348-
end
349345
tree_set = TreeSet(forest, nb_vertices(g))
350346
if postprocessing
351347
# Reuse the vector forbidden_colors to compute offsets during post-processing

0 commit comments

Comments
 (0)