| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This operator creates and returns an inequality constraint between its arguments (that is, the first must be strictly greater than the second).
When its arguments are constrained integer expressions, then when you post it, this
constraint is associated with the whenRange propagation event.
When you create a constraint, it has no effect until you post it.
See Also:
IlcConstraint, IlcIntExp, IlcLeOffset, operator<, operator<=, operator>=, operator!=, operator==
This overloaded C++ operator constrains its first argument to be strictly greater than its second argument. In order to be taken into account, this constraint must be added to a model and extracted for an algorithm.