Example: barber
Quadratic Programming with Python and CVXOPT

Quadratic Programming with Python and CVXOPT

Back to document page

sol = solvers.qp(P,q,G,h) That’s it! If you had A;b as well, you would call: sol = solvers.qp(P,q,G,h,A,b) You can even specify more options, such as the solver used and initial values to try. See the CVXOPT QP documentation in the references on the nal page. Many properties about the solution can be extracted from the sol variable (dictionary).

  Solver

Download Quadratic Programming with Python and CVXOPT


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries