problem.hh File Reference
#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <iostream>
#include <stdexcept>
#include <boost/mpl/transform.hpp>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/variant.hpp>
#include <roboptim/core/fwd.hh>
#include <roboptim/core/function.hh>
#include <roboptim/core/problem.hxx>

Classes

class  roboptim::Problem< F, CLIST >
 Optimization problem. More...

Namespaces

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

Functions

template<typename F , typename CLIST >
std::ostream & roboptim::operator<< (std::ostream &o, const Problem< F, CLIST > &pb)
 Override operator<< to handle problem display.