choco.cp.solver.search.integer.varselector
Class MinValueDomain
java.lang.Object
choco.kernel.solver.search.AbstractSearchHeuristic
choco.kernel.solver.search.integer.AbstractIntVarSelector
choco.kernel.solver.search.integer.HeuristicIntVarSelector
choco.kernel.solver.search.integer.IntHeuristicIntVarSelector
choco.cp.solver.search.integer.varselector.MinValueDomain
- All Implemented Interfaces:
- VarSelector<IntDomainVar>, TiedIntVarSelector<IntDomainVar>
public class MinValueDomain
- extends IntHeuristicIntVarSelector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinValueDomain
public MinValueDomain(Solver solver)
MinValueDomain
public MinValueDomain(Solver solver,
IntDomainVar[] vs)
getHeuristic
public int getHeuristic(IntDomainVar v)
- Description copied from class:
IntHeuristicIntVarSelector
- the heuristic that is minimized in order to find the best IntVar
- Specified by:
getHeuristic
in class IntHeuristicIntVarSelector
Copyright © 2012. All Rights Reserved.