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(IStoredBoolTrail t)
Set the bool trail.
|
Modifier and Type | Field and Description |
---|---|
protected IStoredBoolTrail |
StoredBool.myTrail |
Modifier and Type | Method and Description |
---|---|
IStoredBoolTrail |
EnvironmentTrailing.getBoolTrail() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentTrailing.setBoolTrail(IStoredBoolTrail btrail) |
Modifier and Type | Class and Description |
---|---|
class |
ChunckedBoolTrail
A trail for integers.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredBoolTrail |
Copyright © 2018. All rights reserved.