-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
37 lines (35 loc) · 1.26 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
name = "SetProg"
uuid = "39881422-4b75-5582-a5c7-0feb14562a65"
repo = "https://github.com/blegat/SetProg.jl.git"
version = "0.4.1"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MultivariateBases = "be282fd4-ad43-11e9-1d11-8bd9d7e43378"
MultivariateMoments = "f4abf1af-0426-5881-a0da-e2f168889b5e"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
[compat]
Combinatorics = "1"
DataStructures = "0.18"
DynamicPolynomials = "0.5, 0.6"
JuMP = "1"
MathOptInterface = "1"
MultivariateBases = "0.2"
MultivariateMoments = "0.4"
MultivariatePolynomials = "0.5"
MutableArithmetics = "1"
Polyhedra = "0.7, 0.8"
RecipesBase = "1"
Reexport = "1"
SumOfSquares = "0.7"
julia = "1.6"