Uses of Class
org.chocosolver.memory.IStateBool
-
Packages that use IStateBool Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.memory.trailing -
-
Uses of IStateBool in org.chocosolver.memory
Methods in org.chocosolver.memory that return IStateBool Modifier and Type Method Description IStateBool
IEnvironment. makeBool(boolean initialValue)
Factory pattern: new IStateBool objects are created by the environment -
Uses of IStateBool in org.chocosolver.memory.trailing
Subclasses of IStateBool in org.chocosolver.memory.trailing Modifier and Type Class Description class
StoredBool
A class implementing backtrackable boolean.Methods in org.chocosolver.memory.trailing that return IStateBool Modifier and Type Method Description IStateBool
EnvironmentTrailing. makeBool(boolean initialValue)
Factory pattern: new IStateBool objects are created by the environment
-