Uses of Class
org.chocosolver.memory.IStateLong
-
Packages that use IStateLong Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.memory.structure org.chocosolver.memory.trailing org.chocosolver.solver.constraints.extension.nary -
-
Uses of IStateLong in org.chocosolver.memory
Methods in org.chocosolver.memory that return IStateLong Modifier and Type Method Description IStateLong
IEnvironment. makeLong()
Factory pattern: new backtrackable long attached to this environment.IStateLong
IEnvironment. makeLong(long init)
Factory pattern: new backtrackable long attached to this environment. -
Uses of IStateLong in org.chocosolver.memory.structure
Fields in org.chocosolver.memory.structure declared as IStateLong Modifier and Type Field Description protected IStateLong[]
S64BitSet. words
The internal field corresponding to the serialField "bits". -
Uses of IStateLong in org.chocosolver.memory.trailing
Subclasses of IStateLong in org.chocosolver.memory.trailing Modifier and Type Class Description class
StoredLong
A class implementing backtrackable long.Methods in org.chocosolver.memory.trailing that return IStateLong Modifier and Type Method Description IStateLong
EnvironmentTrailing. makeLong()
Factory pattern: new backtrackable long attached to this environment.IStateLong
EnvironmentTrailing. makeLong(long init)
Factory pattern: new backtrackable long attached to this environment. -
Uses of IStateLong in org.chocosolver.solver.constraints.extension.nary
Fields in org.chocosolver.solver.constraints.extension.nary declared as IStateLong Modifier and Type Field Description protected IStateLong[]
PropCompactTable.RSparseBitSet. words
-