osqp-cpp
osqp-cpp copied to clipboard
A C++ interface for the OSQP quadratic programming solver.
Right now the library breaks because the latest version of _OSQP_ removes one of the headers _osqp-cpp_ relies on: `ctrlc.h`. _FetchContent_ allows to select specific versions of a library by...
Hi folks, I am trying to add osqp-cpp MODULE support and adding to BCR - https://github.com/bazelbuild/bazel-central-registry/pull/2134. I'd be happy if the maintainer(s) of this project can be the maintainer for...
Solve #29
I am currently trying to include the project into my CMake project using FetchContent. So far, so good. The issue is that the header files are not publicly exported in...