Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentBuilder |
EnvironmentBuilder.fromChunk()
Build a chunk environment
|
EnvironmentBuilder |
EnvironmentBuilder.fromFlat()
Build a flat environment
|
EnvironmentBuilder |
EnvironmentBuilder.setLoadfactor(double lf)
The load factor to update
IStorage . |
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IOperationTrail t)
Set the operation trail.
|
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IStoredBoolTrail t)
Set the bool trail.
|
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IStoredDoubleTrail t)
Set the double trail.
|
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IStoredIntTrail t)
Set the int trail.
|
EnvironmentBuilder |
EnvironmentBuilder.setTrail(IStoredLongTrail t)
Set the long trail.
|
EnvironmentBuilder |
EnvironmentBuilder.setWorldNumber(int wn)
The maximum numbers of worlds that a
IStorage can handle. |
EnvironmentBuilder |
EnvironmentBuilder.setWorldSize(int ws)
The maximum numbers of updates that a
IStorage can handle. |
Copyright © 2018. All rights reserved.