T
- type of variable being used in the search.public class IndomainHierarchical<T extends Var> extends java.lang.Object implements Indomain<T>
public IndomainHierarchical(java.util.HashMap<T,Indomain<T>> hashmap, Indomain<T> defIndomain)
hashmap
- a mapping from variable to indomain heuristic used.defIndomain
- default indomain used if hashmap does not contain an entry.