-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (27 loc) · 1.15 KB
/
Project.toml
File metadata and controls
30 lines (27 loc) · 1.15 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
name = "LSDescent"
uuid = "3db7effa-7fbd-41ca-a1c1-b4268ffa528a"
authors = ["vepiteski <vepiteski@gmail.com>"]
version = "0.1.1"
[deps]
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LBFGSB = "5be7bae1-8223-5378-bac3-9e7378a2f6e6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
OneDmin = "e4273c13-0309-4fa6-90e5-406c07af81ee"
OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Stopping = "c4fe5a9e-e7fb-5c3d-89d5-7f405ab2214f"
[extras]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["NLPModelsJuMP", "JuMP", "Test"]