#include <boost/mpl/vector.hpp>
#include <roboptim/core/solver.hh>
#include <roboptim/core/solver-state.hh>
#include <roboptim/core/plugin/dummy-laststate.hxx>
Classes | |
class | roboptim::GenericDummySolverLastState< F > |
Dummy solver which always fails, but returns the last state of the solver. More... | |
Namespaces | |
namespace | roboptim |
Meta-functions, functions and solver-related classes. | |
Typedefs | |
typedef GenericDummySolverLastState < Function > | roboptim::DummySolverLastState |
typedef GenericDummySolverLastState < DifferentiableSparseFunction > | roboptim::DummyDifferentiableSparseSolverLastState |