We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00974f5 commit 848d915Copy full SHA for 848d915
1 file changed
src/postprocessing.jl
@@ -209,7 +209,7 @@ function postprocess_star_bicoloring!(
209
210
# Process the trivial stars (if any)
211
if nb_trivial_stars > 0
212
- occurrences .= 0
+ fill!(occurrences, 0)
213
all_trivial_stars_treated = true
214
215
rvS = rowvals(S)
@@ -338,7 +338,7 @@ function postprocess_acyclic_coloring!(
338
339
# Process the trivial trees (if any)
340
if nb_trivial_trees > 0
341
342
all_trivial_trees_treated = true
343
344
for k in 1:nt
@@ -453,7 +453,7 @@ function postprocess_acyclic_bicoloring!(
453
454
455
456
457
458
459
0 commit comments