Uses of Interface
jopt.csp.variable.CspGenericIndexRestriction

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

Uses of CspGenericIndexRestriction in jopt.csp.variable
 

Methods in jopt.csp.variable with parameters of type CspGenericIndexRestriction
 CspIntExpr CspMath.summation(CspGenericIntExpr x, CspGenericIndex[] indexRange, CspGenericIndexRestriction sourceIdxRestriction)
          Creates a variable equal to the summation of values in the generic variable.
 CspLongExpr CspMath.summation(CspGenericLongExpr x, CspGenericIndex[] indexRange, CspGenericIndexRestriction sourceIdxRestriction)
          Creates a variable equal to the summation of values in the generic variable.
 CspFloatExpr CspMath.summation(CspGenericFloatExpr x, CspGenericIndex[] indexRange, CspGenericIndexRestriction sourceIdxRestriction)
          Creates a variable equal to the summation of values in the generic variable.
 CspDoubleExpr CspMath.summation(CspGenericDoubleExpr x, CspGenericIndex[] indexRange, CspGenericIndexRestriction sourceIdxRestriction)
          Creates a variable equal to the summation of values in the generic variable.