Skip to content

Commit 9cbb93a

Browse files
committed
Apply suggestions from code review
1 parent 6d39147 commit 9cbb93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coloring.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)