-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
73 lines (68 loc) · 2.19 KB
/
Project.toml
File metadata and controls
73 lines (68 loc) · 2.19 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
66
67
68
69
70
71
72
73
name = "DecisionFocusedLearningBenchmarks"
uuid = "2fbe496a-299b-4c81-bab5-c44dfc55cf20"
version = "0.5.0"
authors = ["Members of JuliaDecisionFocusedLearning"]
[workspace]
projects = ["docs", "test"]
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
ConstrainedShortestPaths = "b3798467-87dc-4d99-943d-35a1bd39e395"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Metalhead = "dbeba491-748d-5e0e-a39e-b530a07fa0cc"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
DFLBenchmarksPlotsExt = "Plots"
[compat]
Combinatorics = "1.0.3"
ConstrainedShortestPaths = "0.6.0"
DataDeps = "0.7"
Distributions = "0.25"
DocStringExtensions = "0.9"
FileIO = "1.17.0"
Flux = "0.16"
Graphs = "1.11"
HiGHS = "1.9"
Images = "0.26.1"
InferOpt = "0.7.0"
Ipopt = "1.6"
IterTools = "1.10.0"
JSON = "1"
JuMP = "1.22"
LaTeXStrings = "1.4.0"
LinearAlgebra = "1"
Metalhead = "0.9.4"
NPZ = "0.4"
Plots = "1"
Printf = "1"
Random = "1"
Requires = "1.3.0"
SCIP = "0.12"
SimpleWeightedGraphs = "1.4"
SparseArrays = "1"
Statistics = "1"
StatsBase = "0.34.4"
julia = "1.10"