#include "debug.hh"
#include <cassert>
#include <log4cxx/logger.h>
#include "roboptim/core/generic-solver.hh"
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... | |