Uses of Interface
org.chocosolver.memory.ICondition
-
Packages that use ICondition Package Description org.chocosolver.memory A package devoted to backtrackable data structures.org.chocosolver.solver A package devoted to Model and resolution tools. -
-
Uses of ICondition in org.chocosolver.memory
Classes in org.chocosolver.memory that implement ICondition Modifier and Type Class Description class
Except_0
A condition for building fake history based on the world index of the environment.Fields in org.chocosolver.memory declared as ICondition Modifier and Type Field Description static ICondition
ICondition. FALSE
False condition, never satisfiedMethods in org.chocosolver.memory with parameters of type ICondition Modifier and Type Method Description void
AbstractEnvironment. buildFakeHistoryOn(ICondition condition)
void
IEnvironment. buildFakeHistoryOn(ICondition condition)
Force to build fake history when a stored object on a particular condition. -
Uses of ICondition in org.chocosolver.solver
Methods in org.chocosolver.solver that return ICondition Modifier and Type Method Description ICondition
DefaultSettings. getEnvironmentHistorySimulationCondition()
ICondition
Settings. getEnvironmentHistorySimulationCondition()
Methods in org.chocosolver.solver with parameters of type ICondition Modifier and Type Method Description DefaultSettings
DefaultSettings. setEnvironmentHistorySimulationCondition(ICondition environmentHistorySimulationCondition)
Settings
Settings. setEnvironmentHistorySimulationCondition(ICondition environmentHistorySimulationCondition)
Set the condition to satisfy when rebuilding history of backtrackable objects is needed.
-