forked from JuliaSmoothOptimizers/Percival.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
28 lines (24 loc) · 840 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
name = "Percival"
uuid = "01435c0c-c90d-11e9-3788-63660f8fbccc"
authors = ["Egmara Antunes <[email protected]>", "Abel Soares Siqueira <[email protected]"]
version = "0.1.0"
[deps]
JSOSolvers = "10dff2fc-5484-5881-a0e0-c90441020f8a"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"
[compat]
JSOSolvers = "0.4"
Krylov = "0.4, 0.5"
LinearOperators = "1"
NLPModels = "0.13"
SolverTools = "0.2"
julia = "^1.3"
[extras]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SparseArrays", "Test"]