Skip to content

Commit 4c838ff

Browse files
committed
Infinite width
1 parent 66acbca commit 4c838ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/SparseMatrixColoringsBlockBandedMatricesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function blockbanded_coloring(
7373
length(subblockbandrange(A))
7474
else
7575
# vertices within a block are colored naively with distinct micro colors (~ infinite band width)
76-
minimum(size(A))
76+
typemax(Int)
7777
end
7878

7979
# for each macroscopic color, count how many microscopic colors will be needed

0 commit comments

Comments
 (0)