Constraint |
public enum ConstraintType
| Member name | Value | Description |
|---|---|---|
| EQUAL | 0 | An equality constraint. |
| GREATER_THAN | 1 | Value must be greater than or equal to the right-hand side of the constraint. |
| LESS_THAN | 2 | Value must be less than or equal to the right-hand side of the constraint. |