Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
org.chocosolver.memory.trailing | |
org.chocosolver.memory.trailing.trail.chunck | |
org.chocosolver.memory.trailing.trail.flatten |
Modifier and Type | Method and Description |
---|---|
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IStoredDoubleTrail t)
Set the double trail.
|
Modifier and Type | Field and Description |
---|---|
protected IStoredDoubleTrail |
StoredDouble.myTrail |
Modifier and Type | Method and Description |
---|---|
IStoredDoubleTrail |
EnvironmentTrailing.getDoubleTrail() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentTrailing.setDoubleTrail(IStoredDoubleTrail dtrail) |
Modifier and Type | Class and Description |
---|---|
class |
ChunckedDoubleTrail
A trail for integers.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredDoubleTrail |
Copyright © 2017. All rights reserved.