Uses of Package
org.projog.clp.compare

Packages that use org.projog.clp.compare
Package
Description
Contains constraints which compare numeric values represented by instances of Expression.
  • Class
    Description
    Enforces that the possible values of a given Expression are within the given range.
    Enforces that two Expressions have the same value.
    Enforces that the value of one Expression is less than another.
    Enforces that the value of one Expression is less than or equal to another.
    Enforces that two Expressions do not have the same value.