Package org.jacop.search
Class IndomainMax<T extends IntVar>
- java.lang.Object
-
- org.jacop.search.IndomainMax<T>
-
- Type Parameters:
T
- type of variable being used in the search.
- All Implemented Interfaces:
Indomain<T>
public class IndomainMax<T extends IntVar> extends java.lang.Object implements Indomain<T>
IndomainMax - implements enumeration method based on the selection of the maximal value in the domain of the variable.- Version:
- 4.7
-
-
Constructor Summary
Constructors Constructor Description IndomainMax()
It creates an IndomainMax heuristic.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
indomain(T var)
It returns value within a variable which should be used in current assignment.
-