We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1094f62 commit b8c3829Copy full SHA for b8c3829
src/JuMPIn.jl
@@ -33,4 +33,8 @@ include("maximum_matching.jl")
33
include("dulmage_mendelsohn.jl")
34
include("interface.jl")
35
36
+# Methods to get incidence matrices (as SparseMatrixCSC) from
37
+# JuMP models or incidence graphs
38
+include("incidence_matrix.jl")
39
+
40
end
0 commit comments