-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
63 lines (59 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
name = "StochasticVehicleScheduling"
uuid = "ab8c152f-a6a0-4b8c-a4a5-6213a740788c"
authors = ["Léo Baty and contributors"]
version = "0.1.0"
[deps]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
ConstrainedShortestPaths = "b3798467-87dc-4d99-943d-35a1bd39e395"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
Cbc = "1"
ConstrainedShortestPaths = "0.2"
Distributions = "0.25"
Flux = "0.13, 0.14"
GLPK = "1"
Graphs = "1"
HiGHS = "1"
InferOpt = "0.4, 0.5"
JLD2 = "0.4"
JuMP = "1"
NamedTupleTools = "0.14"
ProgressMeter = "1"
Requires = "1"
TensorBoardLogger = "0.1"
ValueHistories = "0.5"
YAML = "0.4"
julia = "1.7"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
ConstrainedShortestPaths = "b3798467-87dc-4d99-943d-35a1bd39e395"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[targets]
test = ["Aqua", "Cbc", "ConstrainedShortestPaths", "Distributions", "JET", "JuliaFormatter", "ProgressMeter", "Random", "Test", "UnicodePlots"]