Uses of Class
jopt.csp.spi.arcalgorithm.variable.NumExprBase

Packages that use NumExprBase
jopt.csp.spi.arcalgorithm.variable   
 

Uses of NumExprBase in jopt.csp.spi.arcalgorithm.variable
 

Subclasses of NumExprBase in jopt.csp.spi.arcalgorithm.variable
 class BooleanExpr
          A class used to create boolean expressions including AND, OR, NOT operations, etc.
 class BooleanVariable
          A class used to create a concrete boolean variable with a domain that can be altered.
 class DoubleExpr
           
 class DoubleVariable
           
 class FloatExpr
           
 class FloatVariable
           
 class GenericBooleanExpr
          A generic boolean variable such as Xi which represents X1, X2, etc.
 class GenericDoubleExpr
          A generic integer variable such as Xi which represents X1, X2, etc.
 class GenericFloatExpr
          A generic integer variable such as Xi which represents X1, X2, etc.
 class GenericIntExpr
          A generic integer variable such as Xi which represents X1, X2, etc.
 class GenericLongExpr
          A generic long variable such as Xi which represents X1, X2, etc.
 class GenericNumExprBase
          A generic variable such as Xi which represents X1, X2, etc.
 class IntExpr
           
 class IntVariable
           
 class LongExpr
           
 class LongVariable