We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66acbca commit 4c838ffCopy full SHA for 4c838ff
1 file changed
ext/SparseMatrixColoringsBlockBandedMatricesExt.jl
@@ -73,7 +73,7 @@ function blockbanded_coloring(
73
length(subblockbandrange(A))
74
else
75
# vertices within a block are colored naively with distinct micro colors (~ infinite band width)
76
- minimum(size(A))
+ typemax(Int)
77
end
78
79
# for each macroscopic color, count how many microscopic colors will be needed
0 commit comments