Package org.jacop.search
Class IndomainMiddle<T extends IntVar>
java.lang.Object
org.jacop.search.IndomainMiddle<T>
- Type Parameters:
T
- type of variable being used in search.
- All Implemented Interfaces:
Indomain<T>
IndomainMiddle - implements enumeration method based on the selection of the
middle value in the domain of FD variable and then right and left values.
- Version:
- 4.10
-
Constructor Summary
ConstructorsConstructorDescriptionIt creates Indomain heuristic which chooses the middle value. -
Method Summary
-
Constructor Details
-
IndomainMiddle
public IndomainMiddle()It creates Indomain heuristic which chooses the middle value.
-
-
Method Details