Uses of Interface
org.chocosolver.memory.trailing.trail.IStoredIntTrail
-
Packages that use IStoredIntTrail Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.memory.trailing org.chocosolver.memory.trailing.trail.chunck org.chocosolver.memory.trailing.trail.flatten -
-
Uses of IStoredIntTrail in org.chocosolver.memory
Methods in org.chocosolver.memory with parameters of type IStoredIntTrail Modifier and Type Method Description EnvironmentBuilder
EnvironmentBuilder. setTrail(IStoredIntTrail t)
Set the int trail. -
Uses of IStoredIntTrail in org.chocosolver.memory.trailing
Fields in org.chocosolver.memory.trailing declared as IStoredIntTrail Modifier and Type Field Description protected IStoredIntTrail
StoredInt. myTrail
Methods in org.chocosolver.memory.trailing that return IStoredIntTrail Modifier and Type Method Description IStoredIntTrail
EnvironmentTrailing. getIntTrail()
Methods in org.chocosolver.memory.trailing with parameters of type IStoredIntTrail Modifier and Type Method Description void
EnvironmentTrailing. setIntTrail(IStoredIntTrail itrail)
-
Uses of IStoredIntTrail in org.chocosolver.memory.trailing.trail.chunck
Classes in org.chocosolver.memory.trailing.trail.chunck that implement IStoredIntTrail Modifier and Type Class Description class
ChunckedIntTrail
A trail for integers. -
Uses of IStoredIntTrail in org.chocosolver.memory.trailing.trail.flatten
Classes in org.chocosolver.memory.trailing.trail.flatten that implement IStoredIntTrail Modifier and Type Class Description class
StoredIntTrail
-