forked from chkwon/Complementarity.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 701 Bytes
/
Project.toml
File metadata and controls
26 lines (22 loc) · 701 Bytes
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
name = "Complementarity"
uuid = "a9b2a840-c9d5-5181-a245-8df664c2d6e7"
version = "0.9.0"
[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PATHSolver = "f5f7c340-0bb3-5c69-969a-41884d311d1b"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[compat]
JuMP = "1.4"
PATHSolver = "1.2"
NLsolve = "4"
MathOptInterface = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
[targets]
test = ["Test", "Printf", "Ipopt"]