choco.cp.solver.search.integer.varselector.ratioselector
Class MaxRatioSelector
java.lang.Object
choco.kernel.solver.search.AbstractSearchHeuristic
choco.cp.solver.search.integer.varselector.ratioselector.AbstractIntVarRatioSelector
choco.cp.solver.search.integer.varselector.ratioselector.MaxRatioSelector
- All Implemented Interfaces:
- IntVarRatioSelector, VarSelector<IntDomainVar>, TiedIntVarSelector
public class MaxRatioSelector
- extends AbstractIntVarRatioSelector
Method Summary |
protected boolean |
isUp(long leftM,
long rightM)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxRatioSelector
public MaxRatioSelector(Solver solver,
IntRatio[] ratios)
isUp
protected final boolean isUp(long leftM,
long rightM)
- Specified by:
isUp
in class AbstractIntVarRatioSelector
Copyright © 2012. All Rights Reserved.