Uses of Interface
choco.kernel.memory.IStateDouble

Packages that use IStateDouble
choco.cp.solver.variables.real   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.trailing   
choco.kernel.solver.constraints.real.exp A package devoted real expression, that is composition of operators over real variables. 
 

Uses of IStateDouble in choco.cp.solver.variables.real
 

Fields in choco.cp.solver.variables.real declared as IStateDouble
protected  IStateDouble RealDomainImpl.inf
           
protected  IStateDouble RealDomainImpl.sup
           
 

Uses of IStateDouble in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateDouble
 IStateDouble IEnvironment.makeFloat()
          Factory pattern: new StoredFloat objects are created by the environment (no initial value is assigned to the backtrackable search)
 IStateDouble IEnvironment.makeFloat(double initialValue)
          Factory pattern: new StoredFloat objects are created by the environment
 

Uses of IStateDouble in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateDouble
 class RcDouble
           
 

Methods in choco.kernel.memory.copy that return IStateDouble
 IStateDouble EnvironmentCopying.makeFloat()
           
 IStateDouble EnvironmentCopying.makeFloat(double initialValue)
           
 

Uses of IStateDouble in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateDouble
 class StoredDouble
          A class implementing a backtrackable float variable.
 

Methods in choco.kernel.memory.trailing that return IStateDouble
 IStateDouble EnvironmentTrailing.makeFloat()
           
 IStateDouble EnvironmentTrailing.makeFloat(double initialValue)
           
 

Uses of IStateDouble in choco.kernel.solver.constraints.real.exp
 

Fields in choco.kernel.solver.constraints.real.exp declared as IStateDouble
protected  IStateDouble AbstractRealCompoundTerm.inf
           
protected  IStateDouble AbstractRealCompoundTerm.sup
           
 



Copyright © 2012. All Rights Reserved.