We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e5af commit b33d436Copy full SHA for b33d436
1 file changed
src/coloring.jl
@@ -365,7 +365,6 @@ function _prevent_cycle!(
365
id = find_root!(forest, wx) # The edge wx belongs to the 2-colored tree T, represented by an edge with an integer ID
366
(p, q) = first_visit_to_tree[id]
367
if p != v # T is being visited from vertex v for the first time
368
- vw = _sort(v, w)
369
first_visit_to_tree[id] = (v, w)
370
elseif q != w # T is connected to vertex v via at least two edges
371
forbidden_colors[color[x]] = v
0 commit comments