-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
41 lines (37 loc) · 1.18 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
name = "ConstraintExplorer"
uuid = "798c8aff-73f8-4b88-855c-426d3d936206"
authors = ["Jean-François BAFFIER (@Azzaare)"]
version = "0.0.2"
[deps]
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
Constraints = "30f324ab-b02d-43f0-b619-e131c61659f7"
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
Aqua = "0.8"
ConstraintCommons = "0.2"
ConstraintDomains = "0.3.15"
Constraints = "0.5"
ExplicitImports = "1"
Intervals = "1"
JET = "0.9"
JuMP = "1"
MathOptInterface = "1"
Pkg = "1"
Test = "1"
TestItemRunner = "1"
TestItems = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "ExplicitImports", "JET", "Test", "TestItemRunner"]