#include <corbo-core/factory.h>
#include <corbo-core/types.h>
#include <corbo-optimization/optimization_problem_interface.h>
#include <corbo-optimization/types.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::QpSolverInterface |
Generic interface for QP solver implementations. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_QP_SOLVER(type) FACTORY_REGISTER_OBJECT(type, QpSolverInterface) |
Typedefs | |
using | corbo::QpSolverFactory = Factory< QpSolverInterface > |
#define FACTORY_REGISTER_QP_SOLVER | ( | type | ) | FACTORY_REGISTER_OBJECT(type, QpSolverInterface) |
Definition at line 148 of file qp_solver_interface.h.