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