Uses of Interface
choco.kernel.memory.IStateBool

Packages that use IStateBool
choco.cp.solver.constraints.global   
choco.cp.solver.constraints.integer   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.trailing   
choco.kernel.solver.constraints.global.matching   
choco.kernel.solver.propagation A package of classes devoted to the event model of constraint propagation.
 

Uses of IStateBool in choco.cp.solver.constraints.global
 

Fields in choco.cp.solver.constraints.global declared as IStateBool
 IStateBool Lex.entailed
           
 

Uses of IStateBool in choco.cp.solver.constraints.integer
 

Fields in choco.cp.solver.constraints.integer declared as IStateBool
protected  IStateBool ElementV.indexUpdateNeeded
           
protected  IStateBool ElementV.valueUpdateNeeded
           
 

Uses of IStateBool in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateBool
 IStateBool IEnvironment.makeBool(boolean initialValue)
          Factory pattern: new IStateBool objects are created by the environment
 

Uses of IStateBool in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateBool
 class RcBool
           
 

Methods in choco.kernel.memory.copy that return IStateBool
 IStateBool EnvironmentCopying.makeBool(boolean initialValue)
           
 

Uses of IStateBool in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateBool
 class StoredBool
          A class implementing backtrackable booleans.
 

Methods in choco.kernel.memory.trailing that return IStateBool
 IStateBool EnvironmentTrailing.makeBool(boolean initialValue)
           
 

Uses of IStateBool in choco.kernel.solver.constraints.global.matching
 

Fields in choco.kernel.solver.constraints.global.matching declared as IStateBool
protected  IStateBool AbstractBipartiteFlow.compatibleSupport
           
 

Uses of IStateBool in choco.kernel.solver.propagation
 

Fields in choco.kernel.solver.propagation declared as IStateBool
protected  IStateBool Propagator.active
          a field for storing whether the constraint is active or not
 



Copyright © 2012. All Rights Reserved.