Uses of Interface
jopt.csp.variable.CspGenericDoubleExpr

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

Uses of CspGenericDoubleExpr in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspGenericDoubleExpr
 CspGenericDoubleExpr CspVariableFactory.genericDouble(java.lang.String name, CspGenericIndex index, CspDoubleVariable[] variables)
          Produces a generic variable that wraps a set of nodes
 CspGenericDoubleExpr CspVariableFactory.genericDouble(java.lang.String name, CspGenericIndex[] indices, CspDoubleVariable[] variables)
          Produces a generic variable that wraps a set of nodes
 CspGenericDoubleExpr CspVariableFactory.genericDouble(java.lang.String name, CspGenericIndex index, int min, int max)
          Produces a generic variable that wraps a set of nodes
 CspGenericDoubleExpr CspVariableFactory.genericDouble(java.lang.String name, CspGenericIndex[] indices, int min, int max)
          Produces a generic variable that wraps a set of nodes
 CspGenericDoubleExpr CspGenericIntExpr.add(CspGenericDoubleConstant d)
          Returns an expression representing the sum of this expression with a static generic value
 CspGenericDoubleExpr CspGenericIntExpr.subtract(CspGenericDoubleConstant d)
          Returns an expression representing the difference of this expression with a static generic value
 CspGenericDoubleExpr CspGenericIntExpr.multiply(CspGenericDoubleConstant d)
          Returns an expression representing the product of this expression with a static generic value
 CspGenericDoubleExpr CspGenericIntExpr.divide(CspGenericDoubleConstant d)
          Returns an expression representing the quotient of this expression with a static generic value
 CspGenericDoubleExpr CspGenericFloatExpr.add(CspGenericDoubleConstant d)
          Returns an expression representing the sum of this expression with a static generic value
 CspGenericDoubleExpr CspGenericFloatExpr.subtract(CspGenericDoubleConstant d)
          Returns an expression representing the difference of this expression with a static generic value
 CspGenericDoubleExpr CspGenericFloatExpr.multiply(CspGenericDoubleConstant d)
          Returns an expression representing the product of this expression with a static generic value
 CspGenericDoubleExpr CspGenericFloatExpr.divide(CspGenericDoubleConstant d)
          Returns an expression representing the quotient of this expression with a static generic value
 CspGenericDoubleExpr CspGenericDoubleExpr.add(CspGenericDoubleConstant d)
          Returns an expression representing the sum of this expression with a static generic value
 CspGenericDoubleExpr CspGenericDoubleExpr.subtract(CspGenericDoubleConstant d)
          Returns an expression representing the difference of this expression with a static generic value
 CspGenericDoubleExpr CspGenericDoubleExpr.multiply(CspGenericDoubleConstant d)
          Returns an expression representing the product of this expression with a static generic value
 CspGenericDoubleExpr CspGenericDoubleExpr.divide(CspGenericDoubleConstant d)
          Returns an expression representing the quotient of this expression with a static generic value
 

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