Package org.jacop.set.search


package org.jacop.set.search
  • Classes
    Class
    Description
    IndomainMin - implements enumeration method based on the selection of the maximal value in the domain of variable
    IndomainMin - implements enumeration method based on the selection of the minimal value in the domain of variable
    IndomainMin - implements enumeration method based on the selection of the maximal value in the domain of variable
    MaxCardDiff<T extends SetVar>
    Defines a maximum cardinality difference variable comparator.
    MaxGlbCard<T extends SetVar>
    Defines a maximum cardinality, of the greatest lowest bound, variable comparator.
    MaxLubCard<T extends SetVar>
    Defines a maximum cardinality, of the least upper bound, variable comparator.
    MinCardDiff<T extends SetVar>
    Defines a minimum cardinality difference variable comparator.
    MinGlbCard<T extends SetVar>
    Defines a minimum cardinality, of the greatest lowest bound, variable comparator.
    MinLubCard<T extends SetVar>
    Defines a minimum cardinality, of the least upper bound, variable comparator.