-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
38 lines (33 loc) · 1.09 KB
/
Project.toml
File metadata and controls
38 lines (33 loc) · 1.09 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
37
38
name = "MadDiff"
uuid = "0873d656-25a4-4889-b982-f3e325818f6d"
version = "0.1.0"
authors = ["Klamkin, Michael <mklamkin3@gatech.edu>"]
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
DiffOpt = "930fe3bc-9c6b-11ea-2d94-6184641e85e7"
HybridKKT = "59d292e8-f99c-4495-a4cc-613f4397570f"
MadIPM = "4406d55e-1099-4ca6-ac6a-6cf051b10024"
MadNCL = "434a0bcb-5a7c-42b2-a9d3-9e3f760e7af0"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
[sources]
MadNLP = {rev = "mk/moi_param", url = "https://github.com/klamike/MadNLP.jl.git"}
NLPModels = {rev = "mk/param_api", url = "https://github.com/klamike/NLPModels.jl"}
[extensions]
DiffOptExt = ["DiffOpt", "MathOptInterface"]
HybridKKTExt = "HybridKKT"
MadIPMExt = "MadIPM"
MadNCLExt = "MadNCL"
MathOptInterfaceExt = ["MathOptInterface"]
[compat]
DiffOpt = "0.5"
HybridKKT = "0.3"
MadIPM = "0.2"
MadNCL = "0.2"
MadNLP = "0.9"
MathOptInterface = "1.20"
NLPModels = "0.21"
julia = "1.12"