Uses of Class
org.chocosolver.memory.EnvironmentBuilder
-
Packages that use EnvironmentBuilder Package Description org.chocosolver.memory A package devoted to backtrackable data structures. -
-
Uses of EnvironmentBuilder in org.chocosolver.memory
Methods in org.chocosolver.memory that return EnvironmentBuilder Modifier and Type Method Description EnvironmentBuilder
EnvironmentBuilder. fromChunk()
Build a chunk environmentEnvironmentBuilder
EnvironmentBuilder. fromFlat()
Build a flat environmentEnvironmentBuilder
EnvironmentBuilder. setLoadfactor(double lf)
The load factor to updateIStorage
.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 aIStorage
can handle.EnvironmentBuilder
EnvironmentBuilder. setWorldSize(int ws)
The maximum numbers of updates that aIStorage
can handle.
-