ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Member Functions | List of all members
ocra::ConstraintSet< Function > Class Template Reference

#include <ConstraintSet.h>

Public Member Functions

 ConstraintSet ()
 
GenericConstraintgetIthEqualityConstraint (size_t i)
 
GenericConstraintgetIthInequalityConstraint (size_t i)
 
ConstraintSet< Function > & add (GenericConstraint *constraint)
 
ConstraintSet< Function > & add (ConstraintSet< Function > &constraintSet)
 
ConstraintSet< Function > & remove (GenericConstraint *constraint)
 
ConstraintSet< Function > & remove (ConstraintSet< Function > &constraintSet)
 
size_t getNumberOfEqualityConstraints () const
 
size_t getNumberOfInequalityConstraints () const
 
size_t getEqualityDimension () const
 
size_t getInequalityDimension () const
 

Detailed Description

template<>
class ocra::ConstraintSet< Function >

Definition at line 79 of file ConstraintSet.h.

Constructor & Destructor Documentation

Definition at line 120 of file ConstraintSet.h.

Member Function Documentation

ConstraintSet< Function > & ocra::ConstraintSet< Function >::add ( GenericConstraint constraint)
inline

Definition at line 160 of file ConstraintSet.h.

ConstraintSet< Function > & ocra::ConstraintSet< Function >::add ( ConstraintSet< Function > &  constraintSet)
inline

Definition at line 184 of file ConstraintSet.h.

size_t ocra::ConstraintSet< Function >::getEqualityDimension ( ) const
inline

Definition at line 275 of file ConstraintSet.h.

size_t ocra::ConstraintSet< Function >::getInequalityDimension ( ) const
inline

Definition at line 288 of file ConstraintSet.h.

GenericConstraint * ocra::ConstraintSet< Function >::getIthEqualityConstraint ( size_t  i)
inline

Definition at line 133 of file ConstraintSet.h.

GenericConstraint * ocra::ConstraintSet< Function >::getIthInequalityConstraint ( size_t  i)
inline

Definition at line 146 of file ConstraintSet.h.

size_t ocra::ConstraintSet< Function >::getNumberOfEqualityConstraints ( ) const
inline

Definition at line 249 of file ConstraintSet.h.

size_t ocra::ConstraintSet< Function >::getNumberOfInequalityConstraints ( ) const
inline

Definition at line 262 of file ConstraintSet.h.

ConstraintSet< Function > & ocra::ConstraintSet< Function >::remove ( GenericConstraint constraint)
inline

Definition at line 201 of file ConstraintSet.h.

ConstraintSet< Function > & ocra::ConstraintSet< Function >::remove ( ConstraintSet< Function > &  constraintSet)
inline

Definition at line 232 of file ConstraintSet.h.


The documentation for this class was generated from the following file: