We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b5bb2 commit 41edd0eCopy full SHA for 41edd0e
1 file changed
src/interface.jl
@@ -300,7 +300,7 @@ function _coloring(
300
algo::GreedyColoringAlgorithm{:direct},
301
decompression_eltype::Type,
302
symmetric_pattern::Bool,
303
-) where {R}
+)
304
S, S_and_Sᵀ, edge_to_index = bidirectional_pattern(A; symmetric_pattern)
305
ag = AdjacencyGraph(S_and_Sᵀ, edge_to_index; has_diagonal=false)
306
vertices_in_order = vertices(ag, algo.order)
0 commit comments