#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <stdexcept>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/variant/get.hpp>
#include <boost/variant/variant.hpp>
#include <boost/utility.hpp>
#include <log4cxx/logger.h>
#include <roboptim/core/fwd.hh>
#include <roboptim/core/problem.hh>
#include <roboptim/core/result.hh>
#include <roboptim/core/solver-error.hh>
#include <roboptim/core/solver-warning.hh>
#include <roboptim/core/deprecated.hh>
#include <roboptim/core/result-with-warnings.hh>
Classes | |
class | roboptim::GenericSolver |
Abstract interface satisfied by all solvers. More... | |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
ROBOPTIM_CORE_DLLAPI std::ostream & | roboptim::operator<< (std::ostream &o, const GenericSolver &gs) |
Override operator<< to handle solver display. More... | |
ROBOPTIM_CORE_DLLAPI std::ostream & | roboptim::operator<< (std::ostream &o, const NoSolution &ns) |
Override operator<< to display ``no solution'' objects. More... | |