-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.14 KB
/
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
36
37
38
39
name = "RoundAndSwap"
uuid = "1fdb7cc3-d4bb-4c12-99d4-180ef071b60a"
authors = ["Josh Kirk <[email protected]>"]
version = "0.3.1"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DataStructures = "0.18"
Gurobi = "0.11.3"
HiGHS = "1"
Ipopt = "1"
JSON = "0.21"
JuMP = "1"
OnlineStats = "1"
Parameters = "0.12"
ProgressMeter = "1"
julia = "1.6"
[extras]
AutomaticDocstrings = "70b36510-7dee-11e9-28d4-77afe9445f67"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
dev = ["AutomaticDocstrings", "Revise"]
test = ["Test"]