#include "debug.hh"#include <typeinfo>#include "roboptim/core/function.hh"#include "roboptim/core/problem.hh"#include "roboptim/core/plugin/dummy-td.hh"Namespaces | |
| namespace | roboptim |
Meta-functions, functions and solver-related classes. | |
Typedefs | |
| typedef DummySolverTd::parent_t | solver_t |
Functions | |
| ROBOPTIM_DLLEXPORT std::size_t | getSizeOfProblem () |
| ROBOPTIM_DLLEXPORT const char * | getTypeIdOfConstraintsList () |
| ROBOPTIM_DLLEXPORT solver_t * | create (const DummySolverTd::problem_t &pb) |
| ROBOPTIM_DLLEXPORT void | destroy (solver_t *p) |
| typedef DummySolverTd::parent_t solver_t |
| ROBOPTIM_DLLEXPORT solver_t * create | ( | const DummySolverTd::problem_t & | pb | ) |
| ROBOPTIM_DLLEXPORT void destroy | ( | solver_t * | p | ) |
| ROBOPTIM_DLLEXPORT std::size_t getSizeOfProblem | ( | ) |
| ROBOPTIM_DLLEXPORT const char* getTypeIdOfConstraintsList | ( | ) |