Interface | Description |
---|---|
ICondition |
|
IEnvironment |
An interface to ease declaration of backtrackable objects (mostly primitives).
|
IStateBitSet |
Created by IntelliJ IDEA.
|
IStateObject |
Created by IntelliJ IDEA.
|
IStorage |
An interface for classes implementing trails of modifications to objects.
|
Class | Description |
---|---|
AbstractEnvironment |
Super class of all environments !
|
EnvironmentBuilder |
Project: choco-solver.
|
Except_0 |
A condition for building fake history based on the world index of the environment.
|
IStateBool |
An abstract class for backtrackable boolean.
|
IStateDouble |
An abstract class for backtrackable double.
|
IStateDoubleVector |
Describes an search vector with states (describing some history of the data structure).
|
IStateInt |
An abstract class for backtrackable int.
|
IStateIntVector |
Describes an search vector with states (describing some history of the data structure).
|
IStateLong |
An abstract class for backtrackable long.
|
Copyright © 2017. All rights reserved.