Changeset 1021 for trunk/openopt/scikits/openopt/solvers/CoinOr/ipopt_oo.py
- Timestamp:
- 06/15/08 06:35:08 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/openopt/scikits/openopt/solvers/CoinOr/ipopt_oo.py
r1019 r1021 9 9 __name__ = 'ipopt' 10 10 __license__ = "CPL" 11 #__authors__ = ''12 #__alg__ = ""11 __authors__ = 'Carl Laird (Carnegie Mellon University) and Andreas Wachter' 12 __alg__ = "A. Wachter and L. T. Biegler, 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 " 13 13 __homepage__ = 'http://www.coin-or.org/' 14 #__info__ = ""14 __info__ = "requires pyipopt made by Eric Xu You" 15 15 __constraintsThatCannotBeHandled__ = [] # empty list means the solver can handle all constraints 16 16
