#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::NlpSolverInterface |
Generic interface for solver implementations. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_NLP_SOLVER(type) FACTORY_REGISTER_OBJECT(type, NlpSolverInterface) |
Typedefs | |
using | corbo::NlpSolverFactory = Factory< NlpSolverInterface > |
#define FACTORY_REGISTER_NLP_SOLVER | ( | type | ) | FACTORY_REGISTER_OBJECT(type, NlpSolverInterface) |
Definition at line 118 of file nlp_solver_interface.h.