|
| ZMPConstraint (RobotAndDOFPtr rad, const MatrixX2d &hullpts, const VarVector &vars) |
|
DblVec | value (const DblVec &) |
| Evaluate at solution vector x.
|
|
ConvexConstraintsPtr | convex (const DblVec &, Model *model) |
| Convexify at solution vector x.
|
|
void | Plot (const DblVec &x, OR::EnvironmentBase &env, std::vector< OR::GraphHandlePtr > &handles) |
|
ConstraintType | type () |
| inequality vs equality
|
|
vector< double > | violations (const vector< double > &x) |
| Calculate constraint violations (positive part for inequality constraint, absolute value for inequality constraint)
|
|
double | violation (const vector< double > &x) |
| Sum of violations.
|
|
string | name () |
|
void | setName (const string &name) |
|
| Constraint (const string &name) |
|
|
RobotAndDOFPtr | m_rad |
|
VarVector | m_vars |
|
MatrixX2d | m_ab |
|
MatrixX2d | m_pts |
|
VectorXd | m_c |
|
The documentation for this struct was generated from the following file: