Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
org.chocosolver.memory.trailing | |
org.chocosolver.solver.constraints.nary.automata.structure.costregular | |
org.chocosolver.solver.constraints.nary.automata.structure.multicostregular |
Modifier and Type | Method and Description |
---|---|
IStateIntVector |
IEnvironment.makeIntVector(int size,
int initialValue)
Factory pattern: new IStateIntVector objects are created by the environment
|
Modifier and Type | Class and Description |
---|---|
class |
StoredIntVector
Implements a backtrackable search vector.
|
Modifier and Type | Method and Description |
---|---|
IStateIntVector |
EnvironmentTrailing.makeIntVector(int size,
int initialValue)
Factory pattern: new IStateIntVector objects are created by the environment
|
Modifier and Type | Field and Description |
---|---|
IStateIntVector |
StoredValuedDirectedMultiGraph.Nodes.nextLP |
IStateIntVector |
StoredValuedDirectedMultiGraph.Nodes.nextSP |
IStateIntVector |
StoredValuedDirectedMultiGraph.Nodes.prevLP |
IStateIntVector |
StoredValuedDirectedMultiGraph.Nodes.prevSP |
Modifier and Type | Method and Description |
---|---|
void |
FastPathFinder.computeShortestAndLongestPath(IStateIntVector removed,
int lb,
int ub,
double[] u,
boolean lagrange,
boolean max,
int resource,
PropMultiCostRegular propagator) |
Copyright © 2017. All rights reserved.