-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (31 loc) · 1.2 KB
/
Project.toml
File metadata and controls
36 lines (31 loc) · 1.2 KB
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
name = "JuDO"
uuid = "3ecbce6f-598f-4154-83ab-9a3a807c6d0a"
version = "0.1.0"
authors = ["Haochen Tao <54142141+shawn-tao01@users.noreply.github.com> and contributors"]
[deps]
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
DynOptInterface = "6c38235a-427b-4736-80fa-cf75909744ec"
Interesso = "6fc4ee9f-0a6c-4ef5-81c0-9afe0a8161a6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[sources]
DynOptInterface = {rev = "dev", url = "https://github.com/shawn-tao01/DynOptInterface.jl"}
Interesso = {rev = "dev", url = "https://github.com/Kailai-Shi/Interesso.jl"}
[compat]
Debugger = "0.7.11"
DynOptInterface = "0.3.0"
Interesso = "0.1.0"
Plots = "1.41.0"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]