-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (26 loc) · 917 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 = "UnitJuMP"
uuid = "bcad6099-3893-4a89-b8e7-2c92a19b03be"
authors = ["Truls Flatberg <[email protected]>"]
version = "0.2.3"
[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
HiGHS = "1"
JuMP = "1.8"
MutableArithmetics = "1"
Reexport = "1"
SparseVariables = "0.7.1"
Unitful = "1"
julia = "1.6"
[extras]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
SparseVariables = "2749762c-80ed-4b14-8f33-f0736679b02b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
MultiObjectiveAlgorithms = "0327d340-17cd-11ea-3e99-2fd5d98cecda"
UnitfulAssets = "acc8e2b2-5b00-45d8-b782-8432da0c0c59"
[targets]
test = ["HiGHS", "Ipopt", "Test", "SparseVariables", "UnitfulAssets", "MultiObjectiveAlgorithms"]