-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
41 lines (37 loc) · 1.11 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
36
37
38
39
40
41
name = "Calmato"
uuid = "b7e6607a-8820-4d8f-a72b-781907f693e6"
authors = ["Shun Ueda"]
version = "0.1.0"
[deps]
EAGO = "bb8be931-2a91-5aca-9f87-79e1cb69959a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
McCormick = "53c679d3-6890-5091-8386-c291e8c8aaa1"
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
EAGO = "0.6"
ForwardDiff = "0.10"
GLPK = "0.13"
HTTP = "0.9"
Ipopt = "0.6, 0.7"
JSON = "0.21"
JuMP = "0.21.10"
MathOptInterface = "0.9"
McCormick = "0.10, 0.11"
PeriodicTable = "1.1"
RecipesBase = "1"
ZipFile = "0.9"
julia = "1.4, 1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]