Skip to content

Commit 8b377be

Browse files
blegatamontoison
andauthored
Update src/coloring.jl
Co-authored-by: Alexis Montoison <35051714+amontoison@users.noreply.github.com>
1 parent 0ce6e42 commit 8b377be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coloring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ function TreeSet(
441441
g::AdjacencyGraph{T},
442442
forest::Forest{T},
443443
buffer::AbstractVector{T},
444-
# The value of `reverse_bfs_orders` is ignored, we just reuse its memory
444+
# The value of `reverse_bfs_orders` is ignored, we just provide the storage for it (or reuse memory allocated during acyclic coloring)
445445
reverse_bfs_orders::Vector{Tuple{T,T}},
446446
ne::Integer,
447447
) where {T}

0 commit comments

Comments
 (0)