-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 893 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 893 Bytes
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
name = "CentralPath"
uuid = "1deb5c4e-5718-4fcf-bc0b-9b9236586dda"
version = "0.1.0"
authors = ["fpacaud <francoispacaud8@gmail.com>"]
[deps]
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PolyJuMP = "ddf597a6-d67e-5340-b84c-e37d84115374"
SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
[compat]
DynamicPolynomials = "0.6.4"
HomotopyContinuation = "2.16.0"
JuMP = "1.29.4"
MathOptInterface = "1.49.0"
MultivariatePolynomials = "0.5.13"
MutableArithmetics = "1.6.7"
Plots = "1.41.6"
PolyJuMP = "0.7.6"
SemialgebraicSets = "0.3.3"