#include <algorithm>
#include <boost/numeric/ublas/io.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/type_traits/remove_pointer.hpp>
#include <boost/variant.hpp>
#include <boost/variant/get.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <roboptim/core/indent.hh>
#include <roboptim/core/util.hh>
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. |