-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
519 lines (465 loc) · 25.5 KB
/
1.5.0-DEV-7206b56e94.log
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed SortingAlgorithms ──────────── v0.3.1
Installed FastClosures ───────────────── v0.3.2
Installed TimerOutputs ───────────────── v0.5.3
Installed BenchmarkTools ─────────────── v0.5.0
Installed NLPModelsIpopt ─────────────── v0.3.1
Installed DataFrames ─────────────────── v0.20.2
Installed CodecZlib ──────────────────── v0.6.0
Installed DataValueInterfaces ────────── v1.0.0
Installed DiffResults ────────────────── v1.0.2
Installed CommonSubexpressions ───────── v0.2.0
Installed LinearOperators ────────────── v1.0.1
Installed StaticArrays ───────────────── v0.12.1
Installed CategoricalArrays ──────────── v0.7.7
Installed MutableArithmetics ─────────── v0.2.7
Installed JSON ───────────────────────── v0.21.0
Installed MbedTLS_jll ────────────────── v2.16.0+1
Installed NLPModels ──────────────────── v0.11.1
Installed DataStructures ─────────────── v0.17.10
Installed MathProgBase ───────────────── v0.7.8
Installed Ipopt ──────────────────────── v0.6.1
Installed Reexport ───────────────────── v0.2.0
Installed PooledArrays ───────────────── v0.5.3
Installed NaNMath ────────────────────── v0.3.3
Installed CompilerSupportLibraries_jll ─ v0.3.0+0
Installed Parsers ────────────────────── v0.3.12
Installed SolverTools ────────────────── v0.1.11
Installed SpecialFunctions ───────────── v0.10.0
Installed InvertedIndices ────────────── v1.0.0
Installed DataAPI ────────────────────── v1.1.0
Installed IniFile ────────────────────── v0.5.0
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed Missings ───────────────────── v0.4.3
Installed IteratorInterfaceExtensions ── v1.0.0
Installed JSONSchema ─────────────────── v0.2.0
Installed BinaryProvider ─────────────── v0.5.8
Installed HTTP ───────────────────────── v0.8.12
Installed MathOptInterface ───────────── v0.9.12
Installed ForwardDiff ────────────────── v0.10.9
Installed Tables ─────────────────────── v1.0.3
Installed DiffRules ──────────────────── v1.0.1
Installed CodecBzip2 ─────────────────── v0.6.0
Installed Compat ─────────────────────── v3.8.0
Installed MbedTLS ────────────────────── v1.0.1
Installed OrderedCollections ─────────── v1.1.0
Installed TableTraits ────────────────── v1.0.0
Installed TranscodingStreams ─────────── v0.9.5
#=#=# ################################# 47.1%######################################################################## 100.0%
#=#=# # 2.7%###### 9.5%######### 13.7%############ 16.8%################### 27.2%############################# 40.9%########################################## 58.5%######################################################### 80.3%######################################################################## 100.0%
#=#=# ######################################################################## 100.0%
Updating `~/.julia/environments/v1.5/Project.toml`
f4238b75 + NLPModelsIpopt v0.3.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
6e4b80f9 + BenchmarkTools v0.5.0
b99e7846 + BinaryProvider v0.5.8
324d7699 + CategoricalArrays v0.7.7
523fee87 + CodecBzip2 v0.6.0
944b1d66 + CodecZlib v0.6.0
bbf7d656 + CommonSubexpressions v0.2.0
34da2185 + Compat v3.8.0
e66e0078 + CompilerSupportLibraries_jll v0.3.0+0
9a962f9c + DataAPI v1.1.0
a93c6f00 + DataFrames v0.20.2
864edb3b + DataStructures v0.17.10
e2d170a0 + DataValueInterfaces v1.0.0
163ba53b + DiffResults v1.0.2
b552c78f + DiffRules v1.0.1
9aa1b823 + FastClosures v0.3.2
f6369f11 + ForwardDiff v0.10.9
cd3eb016 + HTTP v0.8.12
83e8ac13 + IniFile v0.5.0
41ab1584 + InvertedIndices v1.0.0
b6b21f68 + Ipopt v0.6.1
82899510 + IteratorInterfaceExtensions v1.0.0
682c06a0 + JSON v0.21.0
7d188eb4 + JSONSchema v0.2.0
5c8ed15e + LinearOperators v1.0.1
b8f27783 + MathOptInterface v0.9.12
fdba3010 + MathProgBase v0.7.8
739be429 + MbedTLS v1.0.1
c8ffd9c3 + MbedTLS_jll v2.16.0+1
e1d29d7a + Missings v0.4.3
d8a4904e + MutableArithmetics v0.2.7
a4795742 + NLPModels v0.11.1
f4238b75 + NLPModelsIpopt v0.3.1
77ba4419 + NaNMath v0.3.3
efe28fd5 + OpenSpecFun_jll v0.5.3+3
bac558e1 + OrderedCollections v1.1.0
69de0a69 + Parsers v0.3.12
2dfb63ee + PooledArrays v0.5.3
189a3867 + Reexport v0.2.0
b5612192 + SolverTools v0.1.11
a2af1166 + SortingAlgorithms v0.3.1
276daf66 + SpecialFunctions v0.10.0
90137ffa + StaticArrays v0.12.1
3783bdb8 + TableTraits v1.0.0
bd369af6 + Tables v1.0.3
a759f4b9 + TimerOutputs v0.5.3
3bb67fe8 + TranscodingStreams v0.9.5
2a0f44e3 + Base64
ade2ca70 + Dates
8bb1440f + DelimitedFiles
8ba89e20 + Distributed
9fa8497b + Future
b77e0a4c + InteractiveUtils
76f85450 + LibGit2
8f399da3 + Libdl
37e2e46d + LinearAlgebra
56ddb016 + Logging
d6f4376e + Markdown
a63ad114 + Mmap
44cfe95a + Pkg
de0858da + Printf
3fa0cd96 + REPL
9a3f8284 + Random
ea8e919c + SHA
9e88b42a + Serialization
1a1011a3 + SharedArrays
6462fe0b + Sockets
2f01184e + SparseArrays
10745b16 + Statistics
8dfed614 + Test
cf7118a7 + UUIDs
4ec0a83e + Unicode
Building CodecZlib ─→ `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
Building CodecBzip2 → `~/.julia/packages/CodecBzip2/T5yr7/deps/build.log`
Building Ipopt ─────→ `~/.julia/packages/Ipopt/ruIXY/deps/build.log`
Testing NLPModelsIpopt
Status `/tmp/jl_yiypnd/Project.toml`
b6b21f68 Ipopt v0.6.1
a4795742 NLPModels v0.11.1
f4238b75 NLPModelsIpopt v0.3.1
b5612192 SolverTools v0.1.11
8dfed614 Test
Status `/tmp/jl_yiypnd/Manifest.toml`
6e4b80f9 BenchmarkTools v0.5.0
b99e7846 BinaryProvider v0.5.8
324d7699 CategoricalArrays v0.7.7
523fee87 CodecBzip2 v0.6.0
944b1d66 CodecZlib v0.6.0
bbf7d656 CommonSubexpressions v0.2.0
34da2185 Compat v3.8.0
e66e0078 CompilerSupportLibraries_jll v0.3.0+0
9a962f9c DataAPI v1.1.0
a93c6f00 DataFrames v0.20.2
864edb3b DataStructures v0.17.10
e2d170a0 DataValueInterfaces v1.0.0
163ba53b DiffResults v1.0.2
b552c78f DiffRules v1.0.1
9aa1b823 FastClosures v0.3.2
f6369f11 ForwardDiff v0.10.9
cd3eb016 HTTP v0.8.12
83e8ac13 IniFile v0.5.0
41ab1584 InvertedIndices v1.0.0
b6b21f68 Ipopt v0.6.1
82899510 IteratorInterfaceExtensions v1.0.0
682c06a0 JSON v0.21.0
7d188eb4 JSONSchema v0.2.0
5c8ed15e LinearOperators v1.0.1
b8f27783 MathOptInterface v0.9.12
fdba3010 MathProgBase v0.7.8
739be429 MbedTLS v1.0.1
c8ffd9c3 MbedTLS_jll v2.16.0+1
e1d29d7a Missings v0.4.3
d8a4904e MutableArithmetics v0.2.7
a4795742 NLPModels v0.11.1
f4238b75 NLPModelsIpopt v0.3.1
77ba4419 NaNMath v0.3.3
efe28fd5 OpenSpecFun_jll v0.5.3+3
bac558e1 OrderedCollections v1.1.0
69de0a69 Parsers v0.3.12
2dfb63ee PooledArrays v0.5.3
189a3867 Reexport v0.2.0
b5612192 SolverTools v0.1.11
a2af1166 SortingAlgorithms v0.3.1
276daf66 SpecialFunctions v0.10.0
90137ffa StaticArrays v0.12.1
3783bdb8 TableTraits v1.0.0
bd369af6 Tables v1.0.3
a759f4b9 TimerOutputs v0.5.3
3bb67fe8 TranscodingStreams v0.9.5
2a0f44e3 Base64
ade2ca70 Dates
8bb1440f DelimitedFiles
8ba89e20 Distributed
9fa8497b Future
b77e0a4c InteractiveUtils
76f85450 LibGit2
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
44cfe95a Pkg
de0858da Printf
3fa0cd96 REPL
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
1a1011a3 SharedArrays
6462fe0b Sockets
2f01184e SparseArrays
10745b16 Statistics
8dfed614 Test
cf7118a7 UUIDs
4ec0a83e Unicode
******************************************************************************
This program contains Ipopt, a library for large-scale nonlinear optimization.
Ipopt is released as open source code under the Eclipse Public License (EPL).
For more information visit http://projects.coin-or.org/Ipopt
******************************************************************************
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 0
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 0
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 1.0000000e+00 0.00e+00 2.00e+00 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
1 9.5312500e-01 0.00e+00 1.25e+01 -1.0 1.00e+00 - 1.00e+00 2.50e-01f 3
2 4.8320569e-01 0.00e+00 1.01e+00 -1.0 9.03e-02 - 1.00e+00 1.00e+00f 1
3 4.5708829e-01 0.00e+00 9.53e+00 -1.0 4.29e-01 - 1.00e+00 5.00e-01f 2
4 1.8894205e-01 0.00e+00 4.15e-01 -1.0 9.51e-02 - 1.00e+00 1.00e+00f 1
5 1.3918726e-01 0.00e+00 6.51e+00 -1.7 3.49e-01 - 1.00e+00 5.00e-01f 2
6 5.4940990e-02 0.00e+00 4.51e-01 -1.7 9.29e-02 - 1.00e+00 1.00e+00f 1
7 2.9144630e-02 0.00e+00 2.27e+00 -1.7 2.49e-01 - 1.00e+00 5.00e-01f 2
8 9.8586451e-03 0.00e+00 1.15e+00 -1.7 1.10e-01 - 1.00e+00 1.00e+00f 1
9 2.3237475e-03 0.00e+00 1.00e+00 -1.7 1.00e-01 - 1.00e+00 1.00e+00f 1
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
10 2.3797236e-04 0.00e+00 2.19e-01 -1.7 5.09e-02 - 1.00e+00 1.00e+00f 1
11 4.9267371e-06 0.00e+00 5.95e-02 -1.7 2.53e-02 - 1.00e+00 1.00e+00f 1
12 2.8189505e-09 0.00e+00 8.31e-04 -2.5 3.20e-03 - 1.00e+00 1.00e+00f 1
13 1.0095040e-15 0.00e+00 8.68e-07 -5.7 9.78e-05 - 1.00e+00 1.00e+00f 1
14 1.3288608e-28 0.00e+00 2.02e-13 -8.6 4.65e-08 - 1.00e+00 1.00e+00f 1
Number of Iterations....: 14
(scaled) (unscaled)
Objective...............: 1.3288608467480825e-28 1.3288608467480825e-28
Dual infeasibility......: 2.0183854587685121e-13 2.0183854587685121e-13
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 2.0183854587685121e-13 2.0183854587685121e-13
Number of objective function evaluations = 36
Number of objective gradient evaluations = 15
Number of equality constraint evaluations = 0
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 0
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 14
Total CPU secs in IPOPT (w/o function evaluations) = 1.774
Total CPU secs in NLP function evaluations = 0.740
EXIT: Optimal Solution Found.
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 0
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 0
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 1.0000000e+00 0.00e+00 2.00e+00 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
1 9.5312500e-01 0.00e+00 1.25e+01 -1.0 1.00e+00 - 1.00e+00 2.50e-01f 3
2 4.8320569e-01 0.00e+00 1.01e+00 -1.0 9.03e-02 - 1.00e+00 1.00e+00f 1
3 4.5708829e-01 0.00e+00 9.53e+00 -1.0 4.29e-01 - 1.00e+00 5.00e-01f 2
4 1.8894205e-01 0.00e+00 4.15e-01 -1.0 9.51e-02 - 1.00e+00 1.00e+00f 1
5 1.3918726e-01 0.00e+00 6.51e+00 -1.7 3.49e-01 - 1.00e+00 5.00e-01f 2
6 5.4940990e-02 0.00e+00 4.51e-01 -1.7 9.29e-02 - 1.00e+00 1.00e+00f 1
7 2.9144630e-02 0.00e+00 2.27e+00 -1.7 2.49e-01 - 1.00e+00 5.00e-01f 2
8 9.8586451e-03 0.00e+00 1.15e+00 -1.7 1.10e-01 - 1.00e+00 1.00e+00f 1
9 2.3237475e-03 0.00e+00 1.00e+00 -1.7 1.00e-01 - 1.00e+00 1.00e+00f 1
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
10 2.3797236e-04 0.00e+00 2.19e-01 -1.7 5.09e-02 - 1.00e+00 1.00e+00f 1
11 4.9267371e-06 0.00e+00 5.95e-02 -1.7 2.53e-02 - 1.00e+00 1.00e+00f 1
12 2.8189505e-09 0.00e+00 8.31e-04 -2.5 3.20e-03 - 1.00e+00 1.00e+00f 1
13 1.0095040e-15 0.00e+00 8.68e-07 -5.7 9.78e-05 - 1.00e+00 1.00e+00f 1
14 1.3288608e-28 0.00e+00 2.02e-13 -8.6 4.65e-08 - 1.00e+00 1.00e+00f 1
Number of Iterations....: 14
(scaled) (unscaled)
Objective...............: 1.3288608467480825e-28 1.3288608467480825e-28
Dual infeasibility......: 2.0183854587685121e-13 2.0183854587685121e-13
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 2.0183854587685121e-13 2.0183854587685121e-13
Number of objective function evaluations = 36
Number of objective gradient evaluations = 15
Number of equality constraint evaluations = 0
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 0
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 14
Total CPU secs in IPOPT (w/o function evaluations) = 0.271
Total CPU secs in NLP function evaluations = 0.048
EXIT: Optimal Solution Found.
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 0
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 0
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 1.3288608e-28 0.00e+00 2.02e-13 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
Number of Iterations....: 0
(scaled) (unscaled)
Objective...............: 1.3288608467480825e-28 1.3288608467480825e-28
Dual infeasibility......: 2.0183854587685121e-13 2.0183854587685121e-13
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 2.0183854587685121e-13 2.0183854587685121e-13
Number of objective function evaluations = 1
Number of objective gradient evaluations = 1
Number of equality constraint evaluations = 0
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 0
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 0
Total CPU secs in IPOPT (w/o function evaluations) = 0.000
Total CPU secs in NLP function evaluations = 0.000
EXIT: Optimal Solution Found.
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 0
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 0
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 1.0000000e+00 0.00e+00 2.00e+00 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
1 9.5312500e-01 0.00e+00 1.25e+01 -1.0 1.00e+00 - 1.00e+00 2.50e-01f 3
Number of Iterations....: 1
(scaled) (unscaled)
Objective...............: 9.5312500000000000e-01 9.5312500000000000e-01
Dual infeasibility......: 1.2500000000000000e+01 1.2500000000000000e+01
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 1.2500000000000000e+01 1.2500000000000000e+01
Number of objective function evaluations = 8
Number of objective gradient evaluations = 2
Number of equality constraint evaluations = 0
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 0
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 1
Total CPU secs in IPOPT (w/o function evaluations) = 0.270
Total CPU secs in NLP function evaluations = 0.043
EXIT: Stopping optimization at current point as requested by user.
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 2
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 1
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 3.7000000e+01 1.00e+00 1.10e+01 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
1 7.2000000e+00 0.00e+00 8.88e-16 -1.0 2.40e+00 - 1.00e+00 1.00e+00f 1
Number of Iterations....: 1
(scaled) (unscaled)
Objective...............: 7.2000000000000002e+00 7.2000000000000002e+00
Dual infeasibility......: 8.8817841970012523e-16 8.8817841970012523e-16
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 8.8817841970012523e-16 8.8817841970012523e-16
Number of objective function evaluations = 2
Number of objective gradient evaluations = 2
Number of equality constraint evaluations = 2
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 2
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 1
Total CPU secs in IPOPT (w/o function evaluations) = 0.763
Total CPU secs in NLP function evaluations = 1.089
EXIT: Optimal Solution Found.
This is Ipopt version 3.12.10, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).
Number of nonzeros in equality constraint Jacobian...: 2
Number of nonzeros in inequality constraint Jacobian.: 0
Number of nonzeros in Lagrangian Hessian.............: 3
Total number of variables............................: 2
variables with only lower bounds: 0
variables with lower and upper bounds: 0
variables with only upper bounds: 0
Total number of equality constraints.................: 1
Total number of inequality constraints...............: 0
inequality constraints with only lower bounds: 0
inequality constraints with lower and upper bounds: 0
inequality constraints with only upper bounds: 0
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
0 7.2000000e+00 0.00e+00 8.88e-16 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
Number of Iterations....: 0
(scaled) (unscaled)
Objective...............: 7.2000000000000002e+00 7.2000000000000002e+00
Dual infeasibility......: 8.8817841970012523e-16 8.8817841970012523e-16
Constraint violation....: 0.0000000000000000e+00 0.0000000000000000e+00
Complementarity.........: 0.0000000000000000e+00 0.0000000000000000e+00
Overall NLP error.......: 8.8817841970012523e-16 8.8817841970012523e-16
Number of objective function evaluations = 1
Number of objective gradient evaluations = 1
Number of equality constraint evaluations = 1
Number of inequality constraint evaluations = 0
Number of equality constraint Jacobian evaluations = 1
Number of inequality constraint Jacobian evaluations = 0
Number of Lagrangian Hessian evaluations = 0
Total CPU secs in IPOPT (w/o function evaluations) = 0.000
Total CPU secs in NLP function evaluations = 0.000
EXIT: Optimal Solution Found.
Testing NLPModelsIpopt tests passed