Modifier and Type | Class and Description |
---|---|
class |
AbstractEnvironment
Super class of all environments !
|
Modifier and Type | Field and Description |
---|---|
protected IEnvironment |
IStateLong.environment |
protected IEnvironment |
IStateIntVector.environment
The current environment.
|
protected IEnvironment |
IStateInt.environment |
protected IEnvironment |
IStateDoubleVector.environment
The current environment.
|
protected IEnvironment |
IStateDouble.environment |
protected IEnvironment |
IStateBool.environment |
Modifier and Type | Method and Description |
---|---|
IEnvironment |
IStateLong.getEnvironment()
Deprecated.
|
IEnvironment |
IStateInt.getEnvironment()
Deprecated.
|
IEnvironment |
IStateDouble.getEnvironment()
Deprecated.
|
IEnvironment |
IStateBool.getEnvironment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default void |
ICondition.set(IEnvironment environment) |
void |
Except_0.set(IEnvironment environment) |
Constructor and Description |
---|
IStateBool(IEnvironment env,
boolean i) |
IStateDouble(IEnvironment env,
double i) |
IStateDoubleVector(IEnvironment env,
double[] entries) |
IStateDoubleVector(IEnvironment env,
int initialSize,
double initialValue) |
IStateInt(IEnvironment env,
int i) |
IStateIntVector(IEnvironment environment)
Deprecated.
|
IStateIntVector(IEnvironment env,
int[] entries) |
IStateIntVector(IEnvironment env,
int initialSize,
int initialValue) |
IStateLong(IEnvironment env,
long i) |
Constructor and Description |
---|
BasicIndexedBipartiteSet(IEnvironment environment,
int nbValues)
Create a stored bipartite set with a size.
|
OneWordS32BitSet(IEnvironment environment,
int nbits)
Creates a bit set whose initial size is large enough to explicitly
represent bits with indices in the range
0 through
nbits-1 . |
OneWordS64BitSet(IEnvironment environment)
Deprecated.
|
OneWordS64BitSet(IEnvironment environment,
int nbits)
Creates a bit set whose initial size is large enough to explicitly
represent bits with indices in the range
0 through
nbits-1 . |
S64BitSet(IEnvironment environment)
Creates a new bit set.
|
S64BitSet(IEnvironment environment,
int nbits)
Creates a bit set whose initial size is large enough to explicitly
represent bits with indices in the range
0 through
nbits-1 . |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentTrailing
The root class for managing memory and sessions.
|
Modifier and Type | Method and Description |
---|---|
IEnvironment |
Solver.getEnvironment() |
IEnvironment |
Model.getEnvironment()
Return the backtracking environment of
this model. |
Constructor and Description |
---|
Model(IEnvironment environment,
String name)
Creates a Model object to formulate a decision problem by declaring variables and posting constraints.
|
Constructor and Description |
---|
StoredValuedDirectedMultiGraph(IEnvironment environment,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
int[][] layers,
int[] starts,
int[] offsets,
int supportLength) |
Constructor and Description |
---|
StoredDirectedMultiGraph(IEnvironment environment,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
int[][] layers,
int[] starts,
int[] offsets,
int supportLength,
ICostAutomaton pi,
IntVar[] z) |
Constructor and Description |
---|
StoredDirectedMultiGraph(IEnvironment environment,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
int[] starts,
int[] offsets,
int supportLength) |
Constructor and Description |
---|
ArrayEventStore(IEnvironment env)
Create an event store
|
Modifier and Type | Method and Description |
---|---|
IEnvironment |
TimeStampedObject.getEnvironment() |
Constructor and Description |
---|
TimeStampedObject(IEnvironment environment) |
Constructor and Description |
---|
MoveBinaryDDS(AbstractStrategy strategy,
int discrepancy,
IEnvironment environment)
Create a DFS with binary decisions
|
MoveBinaryLDS(AbstractStrategy strategy,
int discrepancy,
IEnvironment environment)
Create a DFS with binary decisions
|
Constructor and Description |
---|
DecisionPath(IEnvironment environment)
Create a decision path
|
Constructor and Description |
---|
StrategiesSequencer(IEnvironment environment,
AbstractStrategy... strategies) |
Modifier and Type | Method and Description |
---|---|
default IEnvironment |
Variable.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
IEnvironment |
NoDelta.getEnvironment() |
IEnvironment |
IDelta.getEnvironment()
Return the associate environment
|
Constructor and Description |
---|
EnumDelta(IEnvironment environment) |
IntervalDelta(IEnvironment environment) |
OneValueDelta(IEnvironment environment) |
SetDelta(IEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
void |
StoredIndexedBipartiteSetWithOffset.buildList(IEnvironment environment,
int[] values) |
void |
StoredIndexedBipartiteSet.buildList(IEnvironment environment,
int[] values) |
Constructor and Description |
---|
StoredIndexedBipartiteSet(IEnvironment environment,
int[] values) |
StoredIndexedBipartiteSetWithOffset(IEnvironment environment,
int[] values) |
StoredSparseSet(IEnvironment environment) |
Constructor and Description |
---|
Set_Std_BitSet(IEnvironment environment,
int offSet)
Creates an empty bitset having numbers greater or equal than
offSet (possibly < 0) |
Constructor and Description |
---|
Set_Std_Swap(IEnvironment e,
int offSet)
Creates an empty bipartite set having numbers greater or equal than
offSet (possibly < 0) |
Set_Std_Swap2(IEnvironment e)
Creates an empty bipartite set
|
Copyright © 2017. All rights reserved.