ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Declaration file of the Constraint class. More...
#include "ocra/optim/Variable.h"
#include "ocra/optim/Function.h"
#include "ocra/optim/FunctionInterfaceMapping.h"
#include <ocra/util/Macros.h>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include "ocra/optim/LinearFunction.h"
#include "ocra/optim/BoundFunction.h"
#include "ocra/optim/IdentityFunction.h"
#include "ocra/optim/DiagonalLinearFunction.h"
Go to the source code of this file.
Classes | |
class | ocra::Constraint< T > |
Constraint class. More... | |
class | ocra::Constraint< Function > |
Namespaces | |
ocra | |
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization problems dedicated to the control of multi-body systems. | |
Typedefs | |
typedef Constraint< Function > | ocra::GenericConstraint |
typedef Constraint< LinearFunction > | ocra::LinearConstraint |
typedef Constraint< BoundFunction > | ocra::BoundConstraint |
typedef Constraint< IdentityFunction > | ocra::IdentityConstraint |
typedef Constraint< DiagonalLinearFunction > | ocra::DiagonalLinearConstraint |
Declaration file of the Constraint class.
Copyright (C) 2009 CEA/DRT/LIST/DTSI/SRCI Copyright (C) 2010 CEA/DRT/LIST/DIASI/LSI
File history:
Definition in file Constraint.h.