choco.cp.solver.search.integer.varselector
Class DomOverDynDeg
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.DoubleHeuristicIntVarSelector
choco.cp.solver.search.integer.varselector.DomOverDynDeg
- All Implemented Interfaces:
- VarSelector<IntDomainVar>, TiedIntVarSelector<IntDomainVar>
Deprecated. @see BranchingFactory
@Deprecated
public class DomOverDynDeg
- extends DoubleHeuristicIntVarSelector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomOverDynDeg
public DomOverDynDeg(Solver solver)
- Deprecated.
DomOverDynDeg
public DomOverDynDeg(Solver solver,
IntDomainVar[] vs)
- Deprecated.
getHeuristic
public double getHeuristic(IntDomainVar v)
- Deprecated.
- Description copied from class:
DoubleHeuristicIntVarSelector
- the heuristic that is minimized in order to find the best IntVar
- Specified by:
getHeuristic
in class DoubleHeuristicIntVarSelector
getDynDeg
public int getDynDeg(IntDomainVar v)
- Deprecated.
Copyright © 2012. All Rights Reserved.