Home About Documentation Install Newsline Links Feedback Appeal Guestbook
since 2007/10/24
Quadratic Problems (QP)
0.5*<x,H*x> + f' * x -> min
subjected to
lb <= x <= ub
A*x <= b
Aeq*x = beq
OpenOpt QP example >>>
QP solvers
| Solver | License | Made by | Info |
| cvxopt_qp | GPL3 | Lieven Vandenberghe <vandenbe(at)ee.ucla.edu>, Joachim Dahl <joachim(at)es.aau.dk> | requires CVXOPT installation from your software updates channel or CVXOPT homepage |
| converter to nlp | Dmitrey | Example: r = p.solve('nlp:ipopt', plot=1). Can handle x0. Recommended solvers (mb require installation, see NLP doc page): ipopt, algencan. For ralg reducing ftol and xtol is usually required (it's intended to be fixed in future versions) |
