We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd18b5 commit 20ab117Copy full SHA for 20ab117
1 file changed
src/coloring.jl
@@ -423,7 +423,6 @@ $TYPEDFIELDS
423
"""
424
struct TreeSet{T}
425
426
- contains the reverse breadth first (BFS) traversal order for each tree in the forest.
427
For a tree index `1 <= k <= nt`, the list
428
`list = reverse_bfs_order[tree_edge_indices[k]:(tree_edge_indices[k+1]-1)]` is a list of edges
429
`list[i] = (leaf, inner)` of the `k`th tree such that `leaf` is a leaf of the tree containing
0 commit comments