Package org.projog.clp.compare
Contains constraints which compare numeric values represented by instances of
Expression.-
Class Summary Class Description Between Enforces that the possible values of a givenExpressionare within the given range.EqualTo Enforces that twoExpressions have the same value.LessThan Enforces that the value of oneExpressionis less than another.LessThanOrEqualTo Enforces that the value of oneExpressionis less than or equal to another.NotEqualTo Enforces that twoExpressions do not have the same value.