Package | Description |
---|---|
org.jacop.floats.search | |
org.jacop.fz | |
org.jacop.search | |
org.jacop.set.search |
Modifier and Type | Class and Description |
---|---|
class |
LargestDomainFloat<T extends Var>
Defines LargestDomainFloat comparator for Variables.
|
class |
LargestMaxFloat<T extends FloatVar>
Defines a LargestMaxFloat comparator for Variables.
|
class |
LargestMinFloat<T extends FloatVar>
Defines a LargestMinFloat comparator for Variables.
|
class |
MaxRegretFloat<T extends FloatVar>
Defines a MaxRegretFloat comparator for Variables.
|
class |
SmallestDomainFloat<T extends Var>
Defines a Smallest Domain comparator for Variables.
|
class |
SmallestMaxFloat<T extends FloatVar>
Defines a SmallestMaxFloat comparator for Variables.
|
class |
SmallestMinFloat<T extends FloatVar>
Defines a SmallestMinFloat comparator for variables.
|
class |
WeightedDegreeFloat<T extends Var>
Defines a WeightedDegreeFloat comparator for Variables.
|
Constructor and Description |
---|
SplitRandomSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect)
The constructor to create a simple choice select mechanism.
|
SplitRandomSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect)
It constructs a simple selection mechanism for choice points.
|
SplitRandomSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect)
It constructs a simple selection mechanism for choice points.
|
SplitSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect)
The constructor to create a simple choice select mechanism.
|
SplitSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect)
It constructs a simple selection mechanism for choice points.
|
SplitSelectFloat(Store store,
T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect)
It constructs a simple selection mechanism for choice points.
|
Modifier and Type | Method and Description |
---|---|
ComparatorVariable<FloatVar> |
SearchItem.getFloatVarSelect() |
ComparatorVariable<IntVar> |
SearchItem.getVarSelect() |
Modifier and Type | Class and Description |
---|---|
class |
ActivityMax<T extends Var>
Defines a pruning activity comparatorfor variables.
|
class |
ActivityMaxDeg<T extends Var>
Defines a pruning activity comparatorfor variables.
|
class |
ActivityMin<T extends Var>
Defines a pruning activity comparatorfor variables.
|
class |
ActivityMinDeg<T extends Var>
Defines a pruning activity comparatorfor variables.
|
class |
AFCMax<T extends Var>
Defines a AccumulatedFailureCount comparator (afc) for variables.
|
class |
AFCMaxDeg<T extends Var>
Defines a AccumulatedFailureCount comparator (afc) for variables.
|
class |
AFCMin<T extends Var>
Defines a AccumulatedFailureCount comparator (afc) for variables.
|
class |
AFCMinDeg<T extends Var>
Defines a AccumulatedFailureCount comparator (afc) for variables.
|
class |
LargestDomain<T extends Var>
Defines LargestDomain comparator for Variables.
|
class |
LargestMax<T extends IntVar>
Defines a LargestMax comparator for Variables.
|
class |
LargestMin<T extends IntVar>
Defines a LargestMin comparator for Variables.
|
class |
MaxRegret<T extends IntVar>
Defines a MaxRegret comparator for Variables.
|
class |
MinDomainOverDegree<T extends Var>
Defines a MinDomainOverDegree comparator for Variables.
|
class |
MostConstrainedDynamic<T extends Var>
Defines a MostConstrainedDynamic comparator for Variables.
|
class |
MostConstrainedStatic<T extends Var>
Defines a MostConstraintStatic comparator for Variables.
|
class |
RandomVar<T extends Var>
Defines a RandomVar comparator for variables.
|
class |
SmallestDomain<T extends Var>
Defines a Smallest Domain comparator for Variables.
|
class |
SmallestMax<T extends IntVar>
Defines a SmallestMax comparator for Variables.
|
class |
SmallestMin<T extends IntVar>
Defines a SmallestMin comparator for variables.
|
class |
WeightedDegree<T extends Var>
Defines a WeightedDegree comparator for variables.
|
Modifier and Type | Field and Description |
---|---|
ComparatorVariable<T> |
SimpleSelect.tieBreakingComparator |
ComparatorVariable<T> |
SimpleSelect.variableOrdering |
Constructor and Description |
---|
PrioritySearch(T[] priority,
ComparatorVariable<T> comparator,
DepthFirstSearch<T>[] dfs)
It constructs a PrioritySearch variable ordering.
|
SimpleMatrixSelect(T[][] vars,
ComparatorVariable<T> mainComparator,
ComparatorVariable<T> tieBreakingComparator,
Indomain<T> indomain)
It constructs a MatrixSelection variable ordering.
|
SimpleMatrixSelect(T[][] vars,
ComparatorVariable<T> mainComparator,
ComparatorVariable<T> tieBreakingComparator,
Indomain<T> indomain)
It constructs a MatrixSelection variable ordering.
|
SimpleMatrixSelect(T[][] vars,
ComparatorVariable<T> mainComparator,
ComparatorVariable<T> tieBreakingComparator,
Indomain<T> indomain,
int pivotPosition)
This constructor allows to specify all parameters for the selection mechanism.
|
SimpleMatrixSelect(T[][] vars,
ComparatorVariable<T> mainComparator,
ComparatorVariable<T> tieBreakingComparator,
Indomain<T> indomain,
int pivotPosition)
This constructor allows to specify all parameters for the selection mechanism.
|
SimpleMatrixSelect(T[][] vars,
ComparatorVariable<T> mainComparator,
Indomain<T> indomain)
It constructs a MatrixSelection variable ordering.
|
SimpleSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SimpleSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SimpleSelect(T[] variables,
ComparatorVariable<T> varSelect,
Indomain<T> indomain)
The constructor to create a simple choice select mechanism.
|
SplitRandomSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SplitRandomSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SplitRandomSelect(T[] variables,
ComparatorVariable<T> varSelect,
Indomain<T> indomain)
The constructor to create a simple choice select mechanism.
|
SplitSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SplitSelect(T[] variables,
ComparatorVariable<T> varSelect,
ComparatorVariable<T> tieBreakerVarSelect,
Indomain<T> indomain)
It constructs a simple selection mechanism for choice points.
|
SplitSelect(T[] variables,
ComparatorVariable<T> varSelect,
Indomain<T> indomain)
The constructor to create a simple choice select mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
MaxCardDiff<T extends SetVar>
Defines a maximum cardinality difference variable comparator.
|
class |
MaxGlbCard<T extends SetVar>
Defines a maximum cardinality, of the greatest lowest bound, variable comparator.
|
class |
MaxLubCard<T extends SetVar>
Defines a maximum cardinality, of the least upper bound, variable comparator.
|
class |
MinCardDiff<T extends SetVar>
Defines a minimum cardinality difference variable comparator.
|
class |
MinGlbCard<T extends SetVar>
Defines a minimum cardinality, of the greatest lowest bound, variable comparator.
|
class |
MinLubCard<T extends SetVar>
Defines a minimum cardinality, of the least upper bound, variable comparator.
|
Copyright © 2022. All rights reserved.