We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa78a7 commit 5baf897Copy full SHA for 5baf897
1 file changed
src/coloring_compat.jl
@@ -12,8 +12,8 @@
12
13
Wrapper around TreeSetColoringResult that also stores local_indices mapping.
14
"""
15
-struct ColoringResult
16
- result::SparseMatrixColorings.TreeSetColoringResult
+struct ColoringResult{M<:AbstractMatrix,T<:Integer,G<:SparseMatrixColorings.AdjacencyGraph{T},GT<:SparseMatrixColorings.AbstractGroups{T},R}
+ result::SparseMatrixColorings.TreeSetColoringResult{M,T,G,GT,R}
17
local_indices::Vector{Int} # map from local to global indices
18
end
19
0 commit comments