Package choco.kernel.memory.trailing.trail

Interface Summary
ITrailStorage An interface for classes implementing trails of modifications to objects.
 

Class Summary
StoredBinaryTreeTrail Created by IntelliJ IDEA.
StoredBoolTrail Implementing storage of historical values for backtrackable integers.
StoredDoubleTrail A backtrackable float variable trail storing past values of all the float variables.
StoredDoubleVectorTrail Implements a trail with the history of all the stored search vectors.
StoredIntTrail Implementing storage of historical values for backtrackable integers.
StoredIntVectorTrail Implements a trail with the history of all the stored search vectors.
StoredLongTrail  
StoredLongVectorTrail Created by IntelliJ IDEA.
StoredVectorTrail Implements a trail with the history of all the stored search vectors.
 



Copyright © 2012. All Rights Reserved.