Uses of Package
choco.kernel.memory.structure

Packages that use choco.kernel.memory.structure
choco.cp.solver.constraints.global.regular   
choco.cp.solver.variables.integer   
choco.cp.solver.variables.real   
choco.cp.solver.variables.set   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.structure   
choco.kernel.memory.structure.iterators   
choco.kernel.model.constraints.automaton   
choco.kernel.solver.constraints.global.automata.common   
choco.kernel.solver.constraints.global.automata.fast_costregular.structure   
choco.kernel.solver.variables   
choco.kernel.solver.variables.real A package devoted to contiinuous domains and variables. 
choco.kernel.solver.variables.scheduling   
 

Classes in choco.kernel.memory.structure used by choco.cp.solver.constraints.global.regular
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.
 

Classes in choco.kernel.memory.structure used by choco.cp.solver.variables.integer
Couple
           
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
 

Classes in choco.kernel.memory.structure used by choco.cp.solver.variables.real
Couple
           
 

Classes in choco.kernel.memory.structure used by choco.cp.solver.variables.set
Couple
           
 

Classes in choco.kernel.memory.structure used by choco.kernel.memory
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
IntInterval
           
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
StoredBipartiteSet
           
 

Classes in choco.kernel.memory.structure used by choco.kernel.memory.structure
APartiallyStoredCstrList
           
Couple
           
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
OneWordSBitSet32
           
OneWordSBitSet64
           
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          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
           
 

Classes in choco.kernel.memory.structure used by choco.kernel.memory.structure.iterators
Couple
           
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
StoredBipartiteVarSet
           
 

Classes in choco.kernel.memory.structure used by choco.kernel.model.constraints.automaton
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
 

Classes in choco.kernel.memory.structure used by choco.kernel.solver.constraints.global.automata.common
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
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.
 

Classes in choco.kernel.memory.structure used by choco.kernel.solver.constraints.global.automata.fast_costregular.structure
IndexedObject
          Interface to manipulate object as integers in some StoredData Structures : e.g : StoredIndexedBipartiteSet
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.
 

Classes in choco.kernel.memory.structure used by choco.kernel.solver.variables
APartiallyStoredCstrList
           
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
 

Classes in choco.kernel.memory.structure used by choco.kernel.solver.variables.real
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
 

Classes in choco.kernel.memory.structure used by choco.kernel.solver.variables.scheduling
APartiallyStoredCstrList
           
Couple
           
PartiallyStoredIntVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
PartiallyStoredVector
          A class implementing a vector with two kind of storage: standard static storage in an array, and backtrackable storage.
 



Copyright © 2012. All Rights Reserved.