Changeset 1026

Show
Ignore:
Timestamp:
06/15/08 14:38:51 (6 months ago)
Author:
dmitrey.kroshko
Message:

update in docstrings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/ChangeLog.txt

    r922 r1026  
     10.17 to 0.18: 
     2* connection to glpk MILP solver (requires cvxopt v >= 1.0) 
     3* connection to NLP solver IPOPT (requires pyipopt installation, that is currently available for Linux only) 
     4* major changes for ralg 
     5* splitting non-linear constraints can benefit for some solvers 
     6* unified text output for NLP solvers 
     7* handling of  maximization problems (via p.goal = 'max' or 'maximum') 
     8* some bugfixes, lots of code cleanup 
     9 
    1100.15 to 0.17: 
    211* new classes: GLP (global problem), MMP (mini-max problem)