-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 946 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 = "NonconvexPavito"
uuid = "75d5b151-dcdf-4236-8ef5-9c4e63ef33e2"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.1.5"
[deps]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
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"
Pavito = "cd433a01-47d1-575d-afb7-6db927ee8d8f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
Cbc = "0.9, 1"
Ipopt = "1"
JuMP = "0.23, 1"
MathOptInterface = "1"
NonconvexCore = "1"
NonconvexIpopt = "0.4.2"
Parameters = "0.12"
Pavito = "0.3"
Reexport = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]