-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
65 lines (59 loc) · 1.95 KB
/
Project.toml
File metadata and controls
65 lines (59 loc) · 1.95 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name = "Boscia"
uuid = "36b166db-dac5-4d05-b36a-e6c4cef071c9"
version = "0.2.12"
authors = ["ZIB IOL"]
[deps]
Bonobo = "f7b14807-3d4d-461a-888a-05dd4bca8bc3"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FrankWolfe = "f55ce6ea-fdc5-4628-88c5-0087fe54bd30"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathOptSetDistances = "3b969827-a86c-476c-9527-bb6f1a8fbad5"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
[extensions]
BosciaHiGHSExt = "HiGHS"
BosciaSCIPExt = "SCIP"
[compat]
Aqua = "0.8"
Bonobo = "0.1.5"
CSV = "0.10"
CombinatorialLinearOracles = "0.1.2"
Dates = "1.6"
Distributions = "0.25"
DoubleFloats = "1"
FrankWolfe = "0.6"
Graphs = "1.13"
HiGHS = "1"
LinearAlgebra = "1.6"
MathOptInterface = "1"
MathOptSetDistances = "0.2"
Printf = "1.6"
Random = "1.6"
SCIP = "0.12"
SparseArrays = "1.10"
StableRNGs = "1"
Statistics = "1.6"
Suppressor = "0.2"
Test = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Bonobo = "f7b14807-3d4d-461a-888a-05dd4bca8bc3"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CombinatorialLinearOracles = "0002e35e-4a6a-41c8-a2f5-6940c7e5949f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HiGHS", "Distributions", "SCIP", "DoubleFloats", "StableRNGs", "Aqua", "Suppressor", "Graphs", "Bonobo", "CSV", "CombinatorialLinearOracles"]