Uses of Interface
jopt.csp.variable.CspGenericFloatExpr

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

Uses of CspGenericFloatExpr in jopt.csp.variable
 

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

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