#include <algorithm>#include <stdexcept>#include <boost/format.hpp>#include <boost/mpl/count_if.hpp>#include <boost/mpl/greater.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/terminal-color.hh>#include <roboptim/core/util.hh>#include <roboptim/core/detail/utility.hh>Classes | |
| struct | roboptim::detail::printConstraint< P > |
Namespaces | |
| namespace | roboptim |
Meta-functions, functions and solver-related classes. | |
| namespace | roboptim::detail |
Defines | |
| #define | ASSERT_CONSTRAINT_TYPE(C, CLIST) |
Functions | |
| template<typename F > | |
| std::ostream & | roboptim::operator<< (std::ostream &o, const Problem< F, boost::mpl::vector<> > &pb) |
| Override operator<< to handle problem display. | |
| template<typename T > | |
| std::ostream & | roboptim::detail::impl_print (std::ostream &o, Eigen::Ref< T > t) |
| template<typename T > | |
| std::ostream & | roboptim::detail::impl_print (std::ostream &o, const T *t) |
| template<typename T > | |
| std::ostream & | roboptim::detail::impl_print (std::ostream &o, const T &t) |
| template<typename F , typename CLIST > | |
| std::ostream & | roboptim::operator<< (std::ostream &o, const Problem< F, CLIST > &pb) |
| Override operator<< to handle problem display. | |
| #define ASSERT_CONSTRAINT_TYPE | ( | C, | |
| CLIST | |||
| ) |
BOOST_MPL_ASSERT_MSG( \
(detail::check_constraint_type<C, CLIST>::type::value), \
CONSTRAINT_TYPE_IS_NOT_VALID, (C&, CLIST))
Referenced by roboptim::Problem< F, CLIST >::addConstraint().