-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (31 loc) · 1009 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
35
name = "NonconvexJuniper"
uuid = "611adb69-ebe7-45d0-83f5-90aabba2c123"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.3.1"
[deps]
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NonconvexCore = "035190e5-69f1-488f-aaab-becca2889735"
NonconvexIpopt = "bf347577-a06d-49ad-a669-8c0e005493b8"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Ipopt = "0.9, 1"
JuMP = "1"
Juniper = "0.9"
MathOptInterface = "1"
NonconvexCore = "1.1.1"
NonconvexIpopt = "0.4.2"
Parameters = "0.12"
Reexport = "1"
Zygote = "0.6"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]