-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 974 Bytes
/
Project.toml
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
name = "Chordal"
uuid = "c40dd8eb-886b-47e3-91a7-7e6ae22bd2fd"
authors = ["Theo Diamandis"]
version = "0.1.2"
[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
CuthillMcKee = "17f17636-5e38-52e3-a803-7ae3aaaf3da9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
QDLDL = "bfc457fd-c171-5ab7-bd9e-d5dbfc242d63"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
[compat]
AMD = "0.4"
CuthillMcKee = "0.1"
DataStructures = "0.18"
JuMP = "0.21, 0.22"
LightGraphs = "1.3"
Metis = "1"
QDLDL = "0.1"
julia = "1.5"
[extras]
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MatrixDepot"]