Uses of Class
org.chocosolver.memory.IStateDouble
-
Packages that use IStateDouble Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.memory.trailing -
-
Uses of IStateDouble in org.chocosolver.memory
Methods in org.chocosolver.memory that return IStateDouble Modifier and Type Method Description IStateDouble
IEnvironment. makeFloat()
Factory pattern: new StoredFloat objects are created by the environment (no initial value is assigned to the backtrackable search)IStateDouble
IEnvironment. makeFloat(double initialValue)
Factory pattern: new StoredFloat objects are created by the environment -
Uses of IStateDouble in org.chocosolver.memory.trailing
Subclasses of IStateDouble in org.chocosolver.memory.trailing Modifier and Type Class Description class
StoredDouble
A class implementing backtrackable double.Methods in org.chocosolver.memory.trailing that return IStateDouble Modifier and Type Method Description IStateDouble
EnvironmentTrailing. makeFloat()
Factory pattern: new StoredFloat objects are created by the environment (no initial value is assigned to the backtrackable search)IStateDouble
EnvironmentTrailing. makeFloat(double initialValue)
Factory pattern: new StoredFloat objects are created by the environment
-