Skip to content

Commit ce4a3f2

Browse files
authored
Merge pull request #13 from HolyLab/teh/structured
Support structured matrices
2 parents 65ca2c5 + 88dd531 commit ce4a3f2

File tree

6 files changed

+916
-3
lines changed

6 files changed

+916
-3
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ authors = ["Tim Holy <tim.holy@gmail.com> and contributors"]
66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
9-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
109

1110
[weakdeps]
1211
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
1312
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
13+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414

1515
[extensions]
1616
SIAJuMP = ["HiGHS", "JuMP"]
17+
SIASparseArrays = "SparseArrays"
1718

1819
[compat]
1920
Graphs = "1"
@@ -36,8 +37,9 @@ NautyGraphs = "7509a0a4-015a-4167-b44b-0799a1a2605e"
3637
ParametricOptInterface = "0ce4ce61-57bf-432b-a095-efac525d185e"
3738
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
3839
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
40+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3941
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
4042
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4143

4244
[targets]
43-
test = ["Graphs", "HiGHS", "JuMP", "NautyGraphs", "ParametricOptInterface", "ProgressMeter", "Random", "Statistics", "Test"]
45+
test = ["Graphs", "HiGHS", "JuMP", "NautyGraphs", "ParametricOptInterface", "ProgressMeter", "Random", "SparseArrays", "Statistics", "Test"]

0 commit comments

Comments
 (0)