#include <sot/core/solver-hierarchical-inequalities.hh>
Public Types | |
enum | BoundSideType { BOUND_VOID = 0, BOUND_INF = 1, BOUND_SUP = 2, BOUND_BOTH = 3 } |
typedef std::vector < ConstraintMem::BoundSideType > | BoundSideVector |
Public Member Functions | |
ConstraintMem (void) | |
ConstraintMem (const ConstraintMem &clone) | |
Public Attributes | |
bool | active |
bool | equality |
bool | notToBeConsidered |
bubVector | Ji |
double | eiInf |
double | eiSup |
BoundSideType | boundSide |
BoundSideType | activeSide |
bool | rankIncreaser |
unsigned int | constraintRow |
unsigned int | range |
double | lagrangian |
double | Ju |
double | Jdu |
Friends | |
SOT_CORE_EXPORT friend std::ostream & | operator<< (std::ostream &os, const BoundSideType &bs) |
SOT_CORE_EXPORT friend std::ostream & | operator<< (std::ostream &os, const ConstraintMem &c) |
typedef std::vector<ConstraintMem::BoundSideType> dynamicgraph::sot::ConstraintMem::BoundSideVector |
dynamicgraph::sot::ConstraintMem::ConstraintMem | ( | void | ) | [inline] |
dynamicgraph::sot::ConstraintMem::ConstraintMem | ( | const ConstraintMem & | clone | ) |
SOT_CORE_EXPORT friend std::ostream& operator<< | ( | std::ostream & | os, |
const BoundSideType & | bs | ||
) | [friend] |
SOT_CORE_EXPORT friend std::ostream& operator<< | ( | std::ostream & | os, |
const ConstraintMem & | c | ||
) | [friend] |
unsigned int dynamicgraph::sot::ConstraintMem::constraintRow |
unsigned int dynamicgraph::sot::ConstraintMem::range |