-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 1.02 KB
/
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
30
31
name = "StoppingInterface"
uuid = "53949629-e8ff-437b-b6e7-14da1a85bf25"
authors = ["tmigot <[email protected]>"]
version = "0.5.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Stopping = "c4fe5a9e-e7fb-5c3d-89d5-7f405ab2214f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
NLPModels = "0.17, 0.18, 0.19, 0.20, 0.21"
Requires = "1"
SolverCore = "0.3"
Stopping = "0.6"
julia = "^1.6"
[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
JSOSolvers = "10dff2fc-5484-5881-a0e0-c90441020f8a"
KNITRO = "67920dd8-b58e-52a8-8622-53c4cffbe346"
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
NLPModelsKnitro = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ADNLPModels", "JSOSolvers", "KNITRO", "NLPModelsIpopt", "NLPModelsKnitro", "Test"]