Skip to content

Commit b8c3829

Browse files
committed
include incidence_matrix.jl in JuMPIn
1 parent 1094f62 commit b8c3829

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JuMPIn.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ include("maximum_matching.jl")
3333
include("dulmage_mendelsohn.jl")
3434
include("interface.jl")
3535

36+
# Methods to get incidence matrices (as SparseMatrixCSC) from
37+
# JuMP models or incidence graphs
38+
include("incidence_matrix.jl")
39+
3640
end

0 commit comments

Comments
 (0)