Show
Ignore:
Timestamp:
06/15/08 06:35:08 (4 years ago)
Author:
dmitrey.kroshko
Message:

major changes for ralg, some updates in docstrings, some changes, implementation of prob.point

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openopt/scikits/openopt/solvers/CoinOr/ipopt_oo.py

    r1019 r1021  
    99    __name__ = 'ipopt' 
    1010    __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 " 
    1313    __homepage__ = 'http://www.coin-or.org/' 
    14     #__info__ = "" 
     14    __info__ = "requires pyipopt made by Eric Xu You" 
    1515    __constraintsThatCannotBeHandled__ = [] # empty list means the solver can handle all constraints 
    1616