Uses of Interface
jopt.csp.variable.CspNumVariable

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

Uses of CspNumVariable in jopt.csp.variable
 

Subinterfaces of CspNumVariable in jopt.csp.variable
 interface CspDoubleVariable
          Interface implemented by double precision floating point variables.
 interface CspFloatVariable
          Interface implemented by float precision floating point variables.
 interface CspIntVariable
          Interface implemented by integer based variables.
 interface CspLongVariable
          Interface implemented by long integer based variables.