18 #ifndef __invdyn_solvers_hqp_factory_hxx__
19 #define __invdyn_solvers_hqp_factory_hxx__
27 template <
int nVars,
int nEqCon,
int nIneqCon>
29 const std::string& name) {
30 if (solverType == SOLVER_HQP_EIQUADPROG_RT)
33 PINOCCHIO_CHECK_INPUT_ARGUMENT(
false,
"Specified solver type not recognized");
Abstract interface for a Quadratic Program (HQP) solver.
Definition: solver-HQP-base.hpp:34
Definition: solver-HQP-eiquadprog-rt.hpp:33
Definition: constraint-bound.hpp:25
static SolverHQPBase * createNewSolver(const SolverHQP solverType, const std::string &name)
Create a new HQP solver of the specified type.
Definition: solver-HQP-factory.cpp:41