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