12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- ******************************************************************************
- 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.7, running with linear solver ma27.
- Number of nonzeros in equality constraint Jacobian...: 4
- Number of nonzeros in inequality constraint Jacobian.: 4
- Number of nonzeros in Lagrangian Hessian.............: 10
- Total number of variables............................: 4
- variables with only lower bounds: 0
- variables with lower and upper bounds: 4
- variables with only upper bounds: 0
- Total number of equality constraints.................: 1
- Total number of inequality constraints...............: 1
- inequality constraints with only lower bounds: 1
- 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.6109693e+01 1.12e+01 5.28e-01 0.0 0.00e+00 - 0.00e+00 0.00e+00 0
- 1 1.7410406e+01 7.49e-01 2.25e+01 -0.3 7.97e-01 - 3.19e-01 1.00e+00f 1
- 2 1.8001613e+01 7.52e-03 4.96e+00 -0.3 5.60e-02 2.0 9.97e-01 1.00e+00h 1
- 3 1.7199482e+01 4.00e-02 4.24e-01 -1.0 9.91e-01 - 9.98e-01 1.00e+00f 1
- 4 1.6940955e+01 1.59e-01 4.58e-02 -1.4 2.88e-01 - 9.66e-01 1.00e+00h 1
- 5 1.7003411e+01 2.16e-02 8.42e-03 -2.9 7.03e-02 - 9.68e-01 1.00e+00h 1
- 6 1.7013974e+01 2.03e-04 8.65e-05 -4.5 6.22e-03 - 1.00e+00 1.00e+00h 1
- 7 1.7014017e+01 2.76e-07 2.18e-07 -10.3 1.43e-04 - 9.99e-01 1.00e+00h 1
- 8 1.7014017e+01 2.13e-14 2.29e-14 -11.0 1.04e-07 - 1.00e+00 1.00e+00h 1
- Number of Iterations....: 8
- (scaled) (unscaled)
- Objective...............: 1.7014017140224134e+01 1.7014017140224134e+01
- Dual infeasibility......: 2.2928101314633036e-14 2.2928101314633036e-14
- Constraint violation....: 2.1316282072803006e-14 2.1316282072803006e-14
- Complementarity.........: 1.0023967333275279e-11 1.0023967333275279e-11
- Overall NLP error.......: 1.0023967333275279e-11 1.0023967333275279e-11
- Number of objective function evaluations = 9
- Number of objective gradient evaluations = 9
- Number of equality constraint evaluations = 9
- Number of inequality constraint evaluations = 9
- Number of equality constraint Jacobian evaluations = 9
- Number of inequality constraint Jacobian evaluations = 9
- Number of Lagrangian Hessian evaluations = 8
- Total CPU secs in IPOPT (w/o function evaluations) = 5.191
- Total CPU secs in NLP function evaluations = 0.002
- EXIT: Optimal Solution Found.
|