Package choco.kernel.memory

A package devoted to backtrackable data structures.

See:
          Description

Interface Summary
IEnvironment  
IStateBinaryTree Created by IntelliJ IDEA.
IStateBitSet Created by IntelliJ IDEA.
IStateBool Describes a boolean with states (describing some history of the data structure).
IStateDouble Created by IntelliJ IDEA.
IStateDoubleVector Describes an search vector with states (describing some history of the data structure).
IStateInt Describes an integer with states (describing some history of the data structure).
IStateIntInterval  
IStateIntProcedure A procedure linked to a state integer.
IStateIntVector Describes an search vector with states (describing some history of the data structure).
IStateLong Created by IntelliJ IDEA.
IStateLongVector Describes an search vector with states (describing some history of the data structure).
IStateObject Created by IntelliJ IDEA.
IStateVector<E> Created by IntelliJ IDEA.
 

Class Summary
AbstractEnvironment Super class of all environments !
IStateBinaryTree.Node Inner class representing a node in the binary tree a node is an interval
 

Exception Summary
MemoryException  
 

Package choco.kernel.memory Description

A package devoted to backtrackable data structures.

Related Documentation

For tutorials, examples, documentation and technical notes, see:



Copyright © 2012. All Rights Reserved.