File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ function postprocess!(
684684 end
685685
686686 # Process the trivial stars (if any)
687- nb_nunknown_hubs = nb_trivial_stars
687+ nb_unknown_hubs = nb_trivial_stars
688688 if nb_trivial_stars > 0
689689 rvS = rowvals (S)
690690 for j in axes (S, 2 )
@@ -718,7 +718,7 @@ function postprocess!(
718718 # In the context of bicoloring, if we want to minimize the number of row colors OR the number of column colors,
719719 # we can have the optimal post-processing by taking as hub the vertices in the other partition.
720720 # It is optimal because we will never increase the number of colors in the partition specified by `neutralized_first`
721- # in this phase and everything else in the post-processing is deterministed .
721+ # in this phase and everything else in the post-processing is deterministic .
722722 if nb_unknown_hubs > 0
723723 rvS = rowvals (S)
724724 for j in axes (S, 2 )
You can’t perform that action at this time.
0 commit comments