close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 17, 2011, 7:02:55 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = Package TolIpopt = |
| 2 | |
| 3 | An API to [https://projects.coin-or.org/Ipopt Interior Point Optimization library] |
| 4 | |
| 5 | This package is an API for TOL end users to the system of nonlinear local optimization |
| 6 | [https://projects.coin-or.org/Ipopt IPOPT (Interior Point OPTimizer)] written by |
| 7 | Carl Laird and Andreas Wächter from the COIN-OR initiative: |
| 8 | |
| 9 | ''On the Implementation of a Primal-Dual Interior Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming, Mathematical Programming 106(1), pp. 25-57, 2006'' |
| 10 | |
| 11 | |
| 12 | In this version just Sparse Quadratic ({{{TolIpot::@SQP}}}) and Sparse Minimum Residuals ({{{TolIpot::@SMRS}}}) problems with linear constraints are available, but in next releases |
| 13 | non linear problems will be allowed. |
| 14 | |
| 15 | [source:/tolp/OfficialTolArchiveNetwork/TolIpopt/test/test_0001/test.tol Here] there is an example of use. |