-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (26 loc) · 995 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 = "NumericalRelaxation"
uuid = "82303a6c-a702-44d7-938a-15dad61d8a03"
authors = ["Maximilian Köhler <[email protected]>", "Timo Neumeier <[email protected]>", "Jan Sebastian Melchior <[email protected]>", "Contributors"]
version = "1.0.4"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
[compat]
AbstractTrees = "0.4"
HiGHS = "1"
Interpolations = "0.14"
JuMP = "1"
StaticArrays = "1"
Tensors = "1"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]