qpsolvers / qpsolvers

Quadratic programming solvers in Python with a unified API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dual problem solution

stephane-caron opened this issue · comments

Add a more advanced solve_qp2 function returning both primal and dual solutions, if available.