#include <string>
#include <ostream>
#include <stdexcept>
#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
Classes | |
class | roboptim::SolverWarning |
Exception used for non-critical errors during optimization. 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 SolverWarning &w) |
Override operator<< to handle warning display. More... | |