Uses of Class
org.chocosolver.memory.trailing.StoredDouble
-
Packages that use StoredDouble Package Description org.chocosolver.memory.trailing.trail org.chocosolver.memory.trailing.trail.chunck org.chocosolver.memory.trailing.trail.flatten -
-
Uses of StoredDouble in org.chocosolver.memory.trailing.trail
Methods in org.chocosolver.memory.trailing.trail with parameters of type StoredDouble Modifier and Type Method Description void
IStoredDoubleTrail. buildFakeHistory(StoredDouble v, double initValue, int fromStamp)
void
IStoredDoubleTrail. savePreviousState(StoredDouble v, double oldValue, int oldStamp)
-
Uses of StoredDouble in org.chocosolver.memory.trailing.trail.chunck
Methods in org.chocosolver.memory.trailing.trail.chunck with parameters of type StoredDouble Modifier and Type Method Description void
ChunckedDoubleTrail. buildFakeHistory(StoredDouble v, double initValue, int olderStamp)
void
ChunckedDoubleTrail. savePreviousState(StoredDouble v, double oldValue, int oldStamp)
void
DoubleWorld. savePreviousState(StoredDouble v, double oldValue, int oldStamp)
Reacts when a StoredDouble is modified: push the former value & timestamp on the stacks. -
Uses of StoredDouble in org.chocosolver.memory.trailing.trail.flatten
Methods in org.chocosolver.memory.trailing.trail.flatten with parameters of type StoredDouble Modifier and Type Method Description void
StoredDoubleTrail. buildFakeHistory(StoredDouble v, double initValue, int olderStamp)
void
StoredDoubleTrail. savePreviousState(StoredDouble v, double oldValue, int oldStamp)
Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
-