Package org.projog.clp.compare


package org.projog.clp.compare
Contains constraints which compare numeric values represented by instances of Expression.
  • Classes
    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.