-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
29 lines (25 loc) · 850 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
name = "MatrixOptim"
uuid = "cccf0e64-bc08-11e9-3692-c1021c9b9532"
license = "GNU GPL 3"
desc = "Decision making under uncertainty using matrices."
authors = ["Edward Xu <[email protected]>"]
version = "0.3.0"
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
GLPK = ">= 0.14.0"
JuMP = ">= 1.23.0"
PrettyTables = ">= 0.11.0"
julia = ">= 1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]