Skip to content

Commit 848de5a

Browse files
committed
Replace num_edges_per_tree by tree_edge_indices in TreeSet
1 parent 5572dab commit 848de5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/coloring.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,11 @@ function postprocess!(
638638
# Process the trivial trees (if any)
639639
if nb_trivial_trees > 0
640640
for k in 1:nt
641+
<<<<<<< HEAD
641642
# Position of the first edge in the tree
643+
=======
644+
# Starting index of the first edge in the tree
645+
>>>>>>> 3805a9f (Replace num_edges_per_tree by tree_edge_indices in TreeSet)
642646
first = tree_edge_indices[k]
643647

644648
# Total number of edges in the tree

0 commit comments

Comments
 (0)