Uses of Class
choco.kernel.memory.structure.PartiallyStoredIntVector

Packages that use PartiallyStoredIntVector
choco.cp.solver.variables.integer   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.structure   
choco.kernel.memory.structure.iterators   
choco.kernel.solver.variables   
choco.kernel.solver.variables.real A package devoted to contiinuous domains and variables. 
choco.kernel.solver.variables.scheduling   
 

Uses of PartiallyStoredIntVector in choco.cp.solver.variables.integer
 

Methods in choco.cp.solver.variables.integer that return PartiallyStoredIntVector
 PartiallyStoredIntVector[] IntDomainVarImpl.getEventsVector()
           
 PartiallyStoredIntVector AbstractBijectiveVar.getIndexVector()
           
 

Uses of PartiallyStoredIntVector in choco.kernel.memory
 

Methods in choco.kernel.memory that return PartiallyStoredIntVector
 PartiallyStoredIntVector IEnvironment.makePartiallyStoredIntVector()
          Factory pattern : create a new partially stored int vector via the environment.
 PartiallyStoredIntVector AbstractEnvironment.makePartiallyStoredIntVector()
           
 

Uses of PartiallyStoredIntVector in choco.kernel.memory.structure
 

Fields in choco.kernel.memory.structure declared as PartiallyStoredIntVector
protected  PartiallyStoredIntVector APartiallyStoredCstrList.indices
           
 

Methods in choco.kernel.memory.structure that return PartiallyStoredIntVector
 PartiallyStoredIntVector PartiallyStoredTaskCstrList.getEventsVector()
           
 PartiallyStoredIntVector[] PartiallyStoredIntCstrList.getEventsVector()
           
 PartiallyStoredIntVector APartiallyStoredCstrList.getIndexVector()
          Access the data structure storing indices associated to constraints .
 

Uses of PartiallyStoredIntVector in choco.kernel.memory.structure.iterators
 

Methods in choco.kernel.memory.structure.iterators with parameters of type PartiallyStoredIntVector
 void PSCLEIterator.init(C aCause, PartiallyStoredIntVector anEvent, PartiallyStoredVector<C> someElements, PartiallyStoredIntVector someIndices)
           
 void PSCLIterator.init(PartiallyStoredVector<C> someElements, PartiallyStoredIntVector someIndices, C aCause, DisposableIntIterator aCit)
          Freeze the iterator, cannot be reused.
 

Uses of PartiallyStoredIntVector in choco.kernel.solver.variables
 

Methods in choco.kernel.solver.variables that return PartiallyStoredIntVector
 PartiallyStoredIntVector Var.getIndexVector()
          access the data structure storing indices associated to constraints involving a given variable
 PartiallyStoredIntVector AbstractVar.getIndexVector()
          Access the data structure storing indices associated to constraints involving a given variable.
 

Uses of PartiallyStoredIntVector in choco.kernel.solver.variables.real
 

Methods in choco.kernel.solver.variables.real that return PartiallyStoredIntVector
 PartiallyStoredIntVector RealIntervalConstant.getIndexVector()
          access the data structure storing indices associated to constraints involving a given variable
 

Uses of PartiallyStoredIntVector in choco.kernel.solver.variables.scheduling
 

Methods in choco.kernel.solver.variables.scheduling that return PartiallyStoredIntVector
 PartiallyStoredIntVector TaskVar.getIndexVector()
          Access the data structure storing indices associated to constraints involving a given variable.
 



Copyright © 2012. All Rights Reserved.