-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
36 lines (32 loc) · 1.16 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
name = "CombinatorialBandits"
uuid = "e17aae4a-d237-47ef-801a-8fb45f2fda95"
authors = ["Thibaut Cuvelier <[email protected]>"]
version = "0.2.1"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Kombinator = "c77a6b6f-abe2-4dd7-b2b3-8d5a1483deca"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Munkres = "4cefb923-2b6f-58c4-9e65-6821f26b7b51"
NonsmoothOptim = "0dfc7a1c-e419-4470-a3bc-787e626244db"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
DataStructures = "^0.16, ^0.17, ^0.18"
Distributions = "^0.16, ^0.17, ^0.18, ^0.19, ^0.20, ^0.21, ^0.22, ^0.23, ^0.24, ^0.25"
Hungarian = "^0.6, ^0.7"
IterTools = "^1.0"
JuMP = "^0.21, ^0.22, ^0.23, 1"
Kombinator = "^0.1, 0.2"
LightGraphs = "^1.0"
Munkres = "^0.2"
NonsmoothOptim = "^0.1"
julia = "^1"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "Test"]