public class IndomainList<T extends IntVar> extends java.lang.Object implements Indomain<T>
Constructor and Description |
---|
IndomainList(int[] order,
Indomain<T> defIndomain)
It creates an IndomainList heuristic for choosing the values.
|
public IndomainList(int[] order, Indomain<T> defIndomain)
order
- the order of values used to decide which values goes first.defIndomain
- the default indomain used if some values are not specified by the order array.