-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.18 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "solver/csdp"]
path = solver/csdp
url = https://github.com/coin-or/Csdp.git
[submodule "solver/lp_solve"]
path = solver/lp_solve
url = https://github.com/vsdp/lp_solve.git
[submodule "solver/sdpa"]
path = solver/sdpa
url = https://github.com/vsdp/sdpa.git
[submodule "solver/sdpt3"]
path = solver/sdpt3
url = https://github.com/sqlp/sdpt3.git
[submodule "solver/sedumi"]
path = solver/sedumi
url = https://github.com/sqlp/sedumi.git
[submodule "benchmarks/ESC"]
path = benchmarks/ESC
url = https://github.com/vsdp/ESC.git
[submodule "benchmarks/RDM"]
path = benchmarks/RDM
url = https://github.com/vsdp/RDM.git
[submodule "benchmarks/SDPLIB"]
path = benchmarks/SDPLIB
url = https://github.com/vsdp/SDPLIB.git
[submodule "benchmarks/SPARSE_SDP"]
path = benchmarks/SPARSE_SDP
url = https://github.com/vsdp/SPARSE_SDP.git
[submodule "benchmarks/DIMACS"]
path = benchmarks/DIMACS
url = https://github.com/vsdp/DIMACS.git
[submodule "vsdp/2012"]
path = vsdp/2012
url = https://github.com/vsdp/vsdp-2012.git
[submodule "vsdp/2006"]
path = vsdp/2006
url = https://github.com/vsdp/vsdp-2006.git
[submodule "vsdp/2020"]
path = vsdp/2020
url = https://github.com/vsdp/vsdp-2020.git