Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 197 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 197 Bytes

Collection of Quadratic Programs (QP) to test with OSQP

All the problems are stored in .mat files with the structure

minimize        0.5 x' P x + q' x

subject to      l <= A x <= u