Changeset 1073
- Timestamp:
- 06/29/08 13:04:41 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/solvers/lp_solve/lpSolve_oo.py
r1072 r1073 15 15 __homepage__ = 'http://sourceforge.net/projects/lpsolve, http://www.cs.sunysb.edu/~algorith/implement/lpsolve/implement.shtml, http://www.nabble.com/lp_solve-f14350i70.html' 16 16 __alg__ = "lpsolve" 17 __info__ = 'use p.scale = 1 or True to turn scale mode on' 17 18 __constraintsThatCannotBeHandled__ = ['c', 'h', 'binVars'] # empty list means the solver can handle all constraints 18 19 def __init__(self): pass
