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(IStoredIntTrail t)
Set the int trail.
|
Modifier and Type | Field and Description |
---|---|
protected IStoredIntTrail |
StoredInt.myTrail |
Modifier and Type | Method and Description |
---|---|
IStoredIntTrail |
EnvironmentTrailing.getIntTrail() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentTrailing.setIntTrail(IStoredIntTrail itrail) |
Modifier and Type | Class and Description |
---|---|
class |
ChunckedIntTrail
A trail for integers.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredIntTrail |
Copyright © 2017. All rights reserved.