osqp / osqp.rs

Rust interface to OSQP: The Operator Splitting QP Solver

Home Page:https://osqp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update for OSQP release 0.6.0

bstellato opened this issue · comments

A couple of changes required:

  • Matrix P needs to be converted (or already) upper triangular to be passed to OSQP
  • The setup function now takes workspace as an argument and returns error statuses

I've released 0.6.0. Had already made most of those changes against a dev version.

Thanks a lot!