Uses of Class
org.chocosolver.memory.IStateInt
-
Packages that use IStateInt Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.memory.structure org.chocosolver.memory.trailing org.chocosolver.solver.constraints.nary.cumulative org.chocosolver.solver.search.loop.move org.chocosolver.util.objects org.chocosolver.util.objects.setDataStructures.swapList -
-
Uses of IStateInt in org.chocosolver.memory
Fields in org.chocosolver.memory declared as IStateInt Modifier and Type Field Description protected IStateInt
IStateDoubleVector. size
A backtrackable search with the size of the vector.protected IStateInt
IStateIntVector. size
A backtrackable search with the size of the vector.Methods in org.chocosolver.memory that return IStateInt Modifier and Type Method Description IStateInt
IEnvironment. makeInt()
Factory pattern: new IStateInt objects are created by the environment (no initial value is assigned to the backtrackable search)IStateInt
IEnvironment. makeInt(int initialValue)
Factory pattern: new IStateInt objects are created by the environment -
Uses of IStateInt in org.chocosolver.memory.structure
Fields in org.chocosolver.memory.structure declared as IStateInt Modifier and Type Field Description protected IStateInt
S64BitSet. wordsInUse
The number of words in the logical size of this BitSet. -
Uses of IStateInt in org.chocosolver.memory.trailing
Subclasses of IStateInt in org.chocosolver.memory.trailing Modifier and Type Class Description class
StoredInt
A class implementing backtrackable int.Methods in org.chocosolver.memory.trailing that return IStateInt Modifier and Type Method Description IStateInt
EnvironmentTrailing. makeInt()
Factory pattern: new IStateInt objects are created by the environment (no initial value is assigned to the backtrackable search)IStateInt
EnvironmentTrailing. makeInt(int initialValue)
Factory pattern: new IStateInt objects are created by the environment -
Uses of IStateInt in org.chocosolver.solver.constraints.nary.cumulative
Fields in org.chocosolver.solver.constraints.nary.cumulative declared as IStateInt Modifier and Type Field Description protected IStateInt
PropCumulative. lastCapaMax
-
Uses of IStateInt in org.chocosolver.solver.search.loop.move
Fields in org.chocosolver.solver.search.loop.move declared as IStateInt Modifier and Type Field Description protected IStateInt
MoveBinaryLDS. dis
current discrepancy, maintained incrementally -
Uses of IStateInt in org.chocosolver.util.objects
Fields in org.chocosolver.util.objects declared as IStateInt Modifier and Type Field Description protected IStateInt
StoredIndexedBipartiteSet. last
The first element of the listMethods in org.chocosolver.util.objects with parameters of type IStateInt Modifier and Type Method Description void
StoredIndexedBipartiteSet.BipartiteSetIterator. init(int[] aList, int[] aPosition, IStateInt aLast, IndexedObject[] anIdxToObjects)
Freeze the iterator, cannot be reused. -
Uses of IStateInt in org.chocosolver.util.objects.setDataStructures.swapList
Fields in org.chocosolver.util.objects.setDataStructures.swapList declared as IStateInt Modifier and Type Field Description protected IStateInt
Set_Std_Swap. size
protected IStateInt
Set_Std_Swap2. size
-