Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
org.chocosolver.memory.trailing | |
org.chocosolver.memory.trailing.trail |
Modifier and Type | Method and Description |
---|---|
EnvironmentTrailing |
EnvironmentBuilder.build()
Build the environment
|
Constructor and Description |
---|
StoredBool(EnvironmentTrailing env,
boolean i)
Constructs a stored search with an initial value.
|
StoredDouble(EnvironmentTrailing env,
double i)
Constructs a stored search with an initial value.
|
StoredDoubleVector(EnvironmentTrailing env,
double[] entries)
Deprecated.
|
StoredDoubleVector(EnvironmentTrailing env,
int initialSize,
double initialValue)
Constructs a stored search vector with an initial size, and initial values.
|
StoredInt(EnvironmentTrailing env,
int i)
Constructs a stored search with an initial value.
|
StoredIntVector(EnvironmentTrailing env,
int[] entries)
Deprecated.
|
StoredIntVector(EnvironmentTrailing env,
int initialSize,
int initialValue)
Constructs a stored search vector with an initial size, and initial values.
|
StoredLong(EnvironmentTrailing env,
long i)
Constructs a stored search with an initial value.
|
Constructor and Description |
---|
StoredDoubleVectorTrail(EnvironmentTrailing env,
int nUpdates,
int nWorlds,
double loadfactor)
Constructs a trail for the specified environment with the
specified numbers of updates and worlds.
|
StoredIntVectorTrail(EnvironmentTrailing env,
int nUpdates,
int nWorlds,
double loadfactor)
Constructs a trail for the specified environment with the
specified numbers of updates and worlds.
|
Copyright © 2017. All rights reserved.