solver-error.hh File Reference
#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <iostream>
#include <stdexcept>

Classes

class  roboptim::SolverError
 Base exception class for solving errors. All other exceptions classes concerning the optimization process should inherits this class. More...

Namespaces

namespace  roboptim
 Meta-functions, functions and solvers related classes.

Functions

ROBOPTIM_DLLAPI std::ostream & roboptim::operator<< (std::ostream &o, const SolverError &e)
 Override operator<< to handle error display.