Skip to content

Commit cfddfd3

Browse files
committed
Don't compress the forest before we create a TreeSet
1 parent 64bd9be commit cfddfd3

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
@@ -341,10 +341,6 @@ function acyclic_coloring(g::AdjacencyGraph, order::AbstractOrder; postprocessin
341341
end
342342
end
343343

344-
# compress forest
345-
for edge in keys(forest.intmap)
346-
find_root!(forest, edge)
347-
end
348344
tree_set = TreeSet(forest, nb_vertices(g))
349345
if postprocessing
350346
postprocess!(color, tree_set, g)

0 commit comments

Comments
 (0)