-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 934 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
31
32
33
34
name = "LightBenders"
uuid = "2e9fe063-9687-4d41-bf41-4f062739391f"
authors = ["guilhermebodin", "raphasampaio", "viniciusjusten"]
version = "0.2.0"
[deps]
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
JobQueueMPI = "32d208e1-246e-420c-b6ff-18b71b410923"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressTables = "e0b4b9f6-8cc7-451e-9c86-94c5316e9f73"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.8"
EnumX = "1.0"
HiGHS = "1.12"
JobQueueMPI = "0.1"
JuMP = "1.18 - 1.23"
LinearAlgebra = "1.9 - 1.11"
ProgressTables = "0.1"
Random = "1.9 - 1.11"
Statistics = "1.9 - 1.11"
Test = "1.9 - 1.11"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "HiGHS", "Test"]