##
qpOASES is an open-source C++ implementation of the recently proposed online active set strategy, which was inspired by important observations from the field of parametric quadratic programming (QP). It has several theoretical features that make it particularly suited for model predictive control (MPC) applications. Further numerical modifications have made qpOASES a reliable QP solver, even when tackling semi-definite, ill-posed or degenerated QP problems. Moreover, several interfaces to third-party software like Matlab or Simulink are provided that make qpOASES easy-to-use even for users without knowledge of C/C++.
For installation, usage and additional information on this software package see the qpOASES User's Manual located at doc/manual.pdf or check its source code documentation!
The file LICENSE.txt contains a copy of the GNU Lesser General Public License (v2.1). Please read it carefully before using qpOASES!
The whole software package can be obtained from
http://www.qpOASES.org/ or https://github.com/coin-or/qpOASES/
On this webpage you will also find further support such as a list of questions posed by other users.
If you have got questions, remarks or comments on qpOASES, it is strongly encouraged to report them by creating a new ticket at the qpOASES webpage. In case you do not want to disclose your feedback to the public, you may send an e-mail to
support@qpOASES.org
Finally, you may contact one of the main authors directly:
Hans Joachim Ferreau, joachim.ferreau@ch.abb.com
Andreas Potschka, potschka@iwr.uni-heidelberg.de
Christian Kirches, christian.kirches@iwr.uni-heidelberg.de
Also bug reports, source code enhancements or success stories are most welcome!