Changeset 1059
- Timestamp:
- 06/24/08 05:02:28 (2 months ago)
- Files:
-
- trunk/openopt/scikits/openopt/oo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/oo.py
r1004 r1059 228 228 scipy_cobyla (this one cannot handle user-supplied gradients) 229 229 lincher (requires CVXOPT QP solver), 230 ALGENCAN (ver y powerful constrained solver, GPL,230 ALGENCAN (ver. 1.0, very powerful constrained solver, GPL, 231 231 requires ALGENCAN + Python interface installed, 232 232 see http://www.ime.usp.br/~egbirgin/tango/) 233 algencan (same solver, 2.x versions) 234 233 235 234 236 """
