-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (31 loc) · 1.03 KB
/
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
35
name = "ConstraintTrees"
uuid = "5515826b-29c3-47a5-8849-8513ac836620"
authors = ["The developers of ConstraintTrees.jl"]
version = "1.4.0"
[deps]
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
Accessors = "0.1"
Clarabel = "0.6"
ConstructionBase = "1.5"
DataStructures = "0.18"
DocStringExtensions = "0.8, 0.9"
GLPK = "1"
JuMP = "1"
SBML = "1"
SCIP = "0.11"
julia = "1"
[extras]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
SBML = "e5567a89-2604-4b09-9718-f5f78e97c3bb"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Accessors", "Clarabel", "Downloads", "GLPK", "JuMP", "SBML", "SCIP", "Test"]