Uses of Interface
jopt.csp.variable.CspIntSetVariable

Packages that use CspIntSetVariable
jopt.csp.variable The interfaces for building, combining, and constraining variables and expressions  
 

Uses of CspIntSetVariable in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspIntSetVariable
 CspIntSetVariable CspVariableFactory.intSetVar(java.lang.String name, int min, int max)
          Creates an instance of a CspIntSetVariable object
 

Methods in jopt.csp.variable with parameters of type CspIntSetVariable
 CspConstraint CspSetConstraints.memberOfSet(CspIntSetVariable set, CspIntExpr expr)
          Constrains a numeric expression to be a member of a set.
 CspConstraint CspSetConstraints.notMemberOfSet(CspIntSetVariable set, CspIntExpr expr)
          Constrains a numeric expression to not be a member of a set.