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(IStoredLongTrail t)
Set the long trail.
|
Modifier and Type | Field and Description |
---|---|
protected IStoredLongTrail |
StoredLong.myTrail |
Modifier and Type | Method and Description |
---|---|
IStoredLongTrail |
EnvironmentTrailing.getLongTrail() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentTrailing.setLongTrail(IStoredLongTrail ltrail) |
Modifier and Type | Class and Description |
---|---|
class |
ChunckedLongTrail
A trail for integers.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredLongTrail |
Copyright © 2018. All rights reserved.