Changeset 1073

Show
Ignore:
Timestamp:
06/29/08 13:04:41 (4 months ago)
Author:
dmitrey.kroshko
Message:

minor update in docstring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/solvers/lp_solve/lpSolve_oo.py

    r1072 r1073  
    1515    __homepage__ = 'http://sourceforge.net/projects/lpsolve, http://www.cs.sunysb.edu/~algorith/implement/lpsolve/implement.shtml, http://www.nabble.com/lp_solve-f14350i70.html' 
    1616    __alg__ = "lpsolve" 
     17    __info__ = 'use p.scale = 1 or True to turn scale mode on' 
    1718    __constraintsThatCannotBeHandled__ = ['c', 'h', 'binVars'] # empty list means the solver can handle all constraints 
    1819    def __init__(self): pass