-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 1.01 KB
/
Project.toml
File metadata and controls
34 lines (30 loc) · 1.01 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
name = "CombinatorialLinearOracles"
uuid = "0002e35e-4a6a-41c8-a2f5-6940c7e5949f"
authors = ["ZIB-IOL and contributors"]
version = "0.1.2"
[deps]
Boscia = "36b166db-dac5-4d05-b36a-e6c4cef071c9"
FrankWolfe = "f55ce6ea-fdc5-4628-88c5-0087fe54bd30"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
GraphsMatching = "c3af3a8c-b79e-4b01-bf44-c718d7e0e0d6"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[compat]
Boscia = "0.2"
FrankWolfe = "0.6"
Graphs = "1"
GraphsFlows = "0.1"
GraphsMatching = "0.2"
MathOptInterface = "1"
julia = "1"
Hungarian = "0.7.0"
[extras]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HiGHS", "StableRNGs"]