Package choco.kernel.memory.structure

Interface Summary
IndexedObject Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
 

Class Summary
APartiallyStoredCstrList<C extends SConstraint>  
Couple<C>  
IntInterval  
OneWordSBitSet32  
OneWordSBitSet64  
PartiallyStoredIntCstrList<C extends AbstractSConstraint>  
PartiallyStoredIntVector A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredRealCstrList<C extends AbstractSConstraint & RealPropagator>  
PartiallyStoredSetCstrList<C extends AbstractSConstraint & SetPropagator>  
PartiallyStoredTaskCstrList<C extends AbstractSConstraint & TaskPropagator>  
PartiallyStoredVector<E> A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
SBitSet  
SBitSet2 Created by IntelliJ IDEA.
StoredBipartiteSet<E>  
StoredBipartiteVarSet<E extends Var>  
StoredIndexedBipartiteSet A stored list dedicated to positive integers and three operations : - iteration - removal of an element - check if an element is or not within the list It only requires a StoredInt to denote the first element of the list and proceeds by swapping element with the first one to remove them and incrementing the index of the first element.
StoredIntBipartiteList A stored list dedicated to two operations : - iteration - removal of an element during iteration It only requires a StoredInt to denote the first element of the list and proceeds by swapping element with the first one to remove them and incrementing the index of the first element.
 



Copyright © 2012. All Rights Reserved.