We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb93a commit 390d009Copy full SHA for 390d009
src/coloring.jl
@@ -733,11 +733,11 @@ function postprocess!(
733
if neutralized_first == :rows
734
# j represents a column in the context of bicoloring
735
hub[s] = j
736
- color_used[j] = true
+ color_used[color[j]] = true
737
else # neutralized_first == :cols
738
# i represents a row in the context of bicoloring
739
hub[s] = i
740
- color_used[i] = true
+ color_used[color[i]] = true
741
end
742
743
0 commit comments