Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
Modifier and Type | Class and Description |
---|---|
class |
Except_0
A condition for building fake history based on the world index of the environment.
|
Modifier and Type | Field and Description |
---|---|
static ICondition |
ICondition.FALSE
False condition, never satisfied
|
Modifier and Type | Method and Description |
---|---|
void |
IEnvironment.buildFakeHistoryOn(ICondition condition)
Force to build fake history when a stored object on a particular condition.
|
void |
AbstractEnvironment.buildFakeHistoryOn(ICondition condition) |
Modifier and Type | Method and Description |
---|---|
default ICondition |
Settings.getEnvironmentHistorySimulationCondition()
Return the condition to satisfy when rebuilding history of backtrackable objects is needed.
|
Copyright © 2017. All rights reserved.