IConstraint Methods |
The IConstraint type exposes the following members.
Name | Description | |
---|---|---|
Function |
Calculates the left hand side of the constraint
equation given a vector x.
| |
Gradient |
Calculates the gradient of the constraint
equation given a vector x
|
Name | Description | |
---|---|---|
GetViolation |
Gets how much the constraint is being violated.
(Defined by ConstraintExtensions.) | |
IsViolated |
Gets whether this constraint is being violated
(within the current tolerance threshold).
(Defined by ConstraintExtensions.) |