Skip to content

Commit 20ab117

Browse files
committed
Fix
1 parent 4cd18b5 commit 20ab117

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/coloring.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ $TYPEDFIELDS
423423
"""
424424
struct TreeSet{T}
425425
"""
426-
contains the reverse breadth first (BFS) traversal order for each tree in the forest.
427426
For a tree index `1 <= k <= nt`, the list
428427
`list = reverse_bfs_order[tree_edge_indices[k]:(tree_edge_indices[k+1]-1)]` is a list of edges
429428
`list[i] = (leaf, inner)` of the `k`th tree such that `leaf` is a leaf of the tree containing

0 commit comments

Comments
 (0)