Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit ef53cc5

Browse files
pkj-mmatbesancon
andauthored
changed AbstractArray to AbstractVector
Co-Authored-By: Mathieu Besançon <[email protected]>
1 parent a7cf4f2 commit ef53cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coloring/acyclic_coloring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function prevent_cycle(v::Integer,
8585
g::LightGraphs.AbstractGraph,
8686
color::AbstractVector{<:Integer},
8787
forbidden_colors::AbstractVector{<:Integer},
88-
first_visit_to_tree::AbstractArray{<: Tuple{Integer, Integer}, 1},
88+
first_visit_to_tree::AbstractVector{<: Tuple{Integer, Integer}},
8989
set::DisjointSets{LightGraphs.Edge})
9090

9191
edge = find_edge(g, w, x)

0 commit comments

Comments
 (0)