Package org.jacop.set.search
Class IndomainSetMin<T extends SetVar>
java.lang.Object
org.jacop.set.search.IndomainSetMin<T>
- Type Parameters:
T
- type of variable being used in search.
- All Implemented Interfaces:
Indomain<T>
IndomainMin - implements enumeration method based on the selection of the
minimal value in the domain of variable
- Version:
- 4.9
-
Constructor Summary
ConstructorsConstructorDescriptionIt creates Indomain heuristic, which will choose the minimal value from the variable domain. -
Method Summary
-
Constructor Details
-
IndomainSetMin
public IndomainSetMin()It creates Indomain heuristic, which will choose the minimal value from the variable domain.
-
-
Method Details
-
indomain
Description copied from interface:Indomain
It returns value within a variable which should be used in current assignment. This function only returns value, it is not required to do any changes to variable, its domain, etc.
-