#ifndef QPSOLVER_QPOASES_H #define QPSOLVER_QPOASES_H #include #include "types.h" #include "QpProblem.h" Vector testQPOASES(QpProblem& problem); #endif //QPSOLVER_QPOASES_H