Given an MPC problem of the form
this package re-formulates the MPC problem into a canonical Quadratic Program of the form
where
More specifically, this package returns the
This package is compiled using the Bazel build system. Install Bazel by following the installation instructions here
The only other dependency of this package is Eigen. This package however automatically downloads its own copy of Eigen during compilation so it doesn't matter whether or not you already have Eigen installed on your local system.
See the test files for usage examples.