forked from ZIB-IOL/Boscia.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
50 lines (44 loc) · 1.38 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
40
41
42
43
44
45
46
47
48
49
50
name = "Boscia"
uuid = "36b166db-dac5-4d05-b36a-e6c4cef071c9"
authors = ["ZIB IOL"]
version = "0.1.31"
[deps]
Bonobo = "f7b14807-3d4d-461a-888a-05dd4bca8bc3"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
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"
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]
Bonobo = "0.1.3"
DataStructures = "0.18"
Dates = "1.6"
Distributions = "0.25"
FrankWolfe = "0.4"
HiGHS = "1"
LinearAlgebra = "1.6"
MathOptInterface = "1"
MathOptSetDistances = "0.2"
Printf = "1.6"
Random = "1.6"
SCIP = "0.11, 0.12"
Statistics = "1.6"
julia = "1.6"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HiGHS", "Distributions", "SCIP", "DoubleFloats"]