Uses of Interface
jopt.csp.variable.CspGenericDoubleConstant

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

Uses of CspGenericDoubleConstant in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspGenericDoubleConstant
 CspGenericDoubleConstant CspVariableFactory.genericDoubleConst(java.lang.String name, CspGenericIndex[] indices, java.lang.Double[] nodes)
          Creates a generic double constant
 CspGenericDoubleConstant CspVariableFactory.genericDoubleConst(java.lang.String name, CspGenericIndex[] indices, double[] nodes)
          Creates a generic double constant
 CspGenericDoubleConstant CspVariableFactory.genericDoubleConst(java.lang.String name, CspGenericIndex index, java.lang.Double[] nodes)
          Creates a generic double constant
 CspGenericDoubleConstant CspVariableFactory.genericDoubleConst(java.lang.String name, CspGenericIndex index, double[] nodes)
          Creates a generic double constant
 

Methods in jopt.csp.variable with parameters of type CspGenericDoubleConstant
 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
 CspConstraint CspGenericDoubleExpr.eq(CspGenericDoubleConstant val)
          Returns a constraint restricting this expression to a value
 CspConstraint CspGenericDoubleExpr.leq(CspGenericDoubleConstant val)
          Returns a constraint restricting this expression to values below and including a given maximum
 CspConstraint CspGenericDoubleExpr.geq(CspGenericDoubleConstant val)
          Returns a constraint restricting this expression to values above and including a given minimum
 CspConstraint CspDoubleExpr.eq(CspGenericDoubleConstant val)
          Returns constraint restricting this expression to a value
 CspConstraint CspDoubleExpr.leq(CspGenericDoubleConstant val)
          Returns constraint restricting this expression to values below and including a given maximum
 CspConstraint CspDoubleExpr.geq(CspGenericDoubleConstant val)
          Returns constraint restricting this expression to values above and including a given minimum