Uses of Package
org.projog.clp.compare
-
Packages that use org.projog.clp.compare Package Description org.projog.clp.compare Contains constraints which compare numeric values represented by instances ofExpression. -
Classes in org.projog.clp.compare used by org.projog.clp.compare 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.