forked from vOptSolver/vOptGeneric.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
27 lines (23 loc) · 826 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
name = "vOptGeneric"
uuid = "d80f1e47-7c1f-50ef-848d-735630893f00"
version = "0.2.1"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
[compat]
Combinatorics = "≥ 0.7.0"
JuMP = "~0.18.0"
MathProgBase = "≥ 0.7.7"
Suppressor = "≥ 0.1.1"
julia = "≥ 1.0.0"
[extras]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
GLPKMathProgInterface = "3c7084bd-78ad-589a-b5bb-dbd673274bea"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["GLPK", "GLPKMathProgInterface", "LinearAlgebra", "Test", "JuMP"]