We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be2643 commit 54a9acbCopy full SHA for 54a9acb
1 file changed
src/result.jl
@@ -339,7 +339,7 @@ function TreeSetColoringResult(
339
col_j = view(rv, nzrange(S, j))
340
index_offsets += 1
341
342
- compressed_indices[index_offsets] = (color[j] - 1) * nvertices + i)
+ compressed_indices[index_offsets] = (color[j] - 1) * nvertices + i
343
344
#! format: off
345
# S[i,j] is in the lower triangular part of S
0 commit comments