-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (25 loc) · 898 Bytes
/
Project.toml
File metadata and controls
28 lines (25 loc) · 898 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
27
28
name = "PipsNLP"
uuid = "0e2b999c-8a3a-11ea-3c4b-c36350f324a0"
authors = ["Jordan Jalving and Yankai Cao", "University of Wisconsin-Madison"]
version = "0.1.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIClusterManagers = "e7922434-ae4b-11e9-05c5-9780451d2c66"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Plasmo = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
DataStructures = "0.18"
JuMP = "0.19, 0.20, 0.21"
MPI = "0.14"
MPIClusterManagers = "0.2"
MathOptInterface = "0.9"
Plasmo = "0.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"