forked from joaquimg/BilevelJuMP.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (27 loc) · 1001 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
name = "BilevelJuMP"
uuid = "485130c0-026e-11ea-0f1a-6992cd14145c"
authors = ["Joaquim Garcia <[email protected]>, guilhermebodin <[email protected]>"]
version = "0.4.2"
[deps]
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MibS_jll = "118347d2-e127-56b9-9933-6abf9cc1adc1"
[compat]
Cbc = "0.8.1"
Dualization = "= 0.3.4"
IntervalArithmetic = "< 0.18.0"
JuMP = "0.21.7"
MathOptInterface = "0.9.21"
MibS_jll = "= 1.1.3"
julia = "1"
[extras]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
QuadraticToBinary = "014a38d5-7acb-4e20-b6c0-4fe5c2344fd1"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Cbc", "Ipopt", "QuadraticToBinary", "SCIP"]