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.solver.search.strategy.decision | |
org.chocosolver.util.objects | |
org.chocosolver.util.objects.setDataStructures.swapList |
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
IStateIntVector.size
A backtrackable search with the size of the vector.
|
protected IStateInt |
IStateDoubleVector.size
A backtrackable search with the size of the vector.
|
Modifier and Type | Method and 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
|
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
S64BitSet.wordsInUse
The number of words in the logical size of this BitSet.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredInt
A class implementing backtrackable int.
|
Modifier and Type | Method and 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
|
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
PropCumulative.lastCapaMax |
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
MoveBinaryLDS.dis
current discrepancy, maintained incrementally
|
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
DecisionPath.mLevel
Store the sizes of
DecisionPath.decisions during search, to evaluate which decisions are part of the same level. |
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
StoredIndexedBipartiteSet.last
The first element of the list
|
Modifier and Type | Method and Description |
---|---|
void |
StoredIndexedBipartiteSet.BipartiteSetIterator.init(int[] aList,
int[] aPosition,
IStateInt aLast,
IndexedObject[] anIdxToObjects)
Freeze the iterator, cannot be reused.
|
Modifier and Type | Field and Description |
---|---|
protected IStateInt |
Set_Std_Swap2.size |
protected IStateInt |
Set_Std_Swap.size |
Copyright © 2017. All rights reserved.