-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (26 loc) · 895 Bytes
/
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
name = "Kombinator"
uuid = "c77a6b6f-abe2-4dd7-b2b3-8d5a1483deca"
authors = ["Thibaut Cuvelier <[email protected]> and contributors"]
version = "0.2.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Munkres = "4cefb923-2b6f-58c4-9e65-6821f26b7b51"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
DataStructures = "^0.16, ^0.17, ^0.18"
Hungarian = "^0.3, ^0.4, ^0.5, ^0.6"
JuMP = "^0.21, ^0.22"
LightGraphs = "^1.0"
Munkres = "^0.2"
Reexport = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
[targets]
test = ["Test", "Cbc", "Gurobi"]