public enum ConstraintRelation
Leq | 0 |
Constraint relation where left-hand-side is less than or equal to the right-hand-side:
C#
|
Geq | 1 |
Constraint relation where left-hand-side is greater than or equal to the right-hand-side:
C#
|
Eq | 2 |
Constraint relation where left-hand-side is equal to the right-hand-side:
C#
|