choco.cp.solver.search.integer.varselector.ratioselector
Interface IntVarRatioSelector

All Superinterfaces:
TiedIntVarSelector, VarSelector<IntDomainVar>
All Known Implementing Classes:
AbstractIntVarRatioSelector, DomOverWDegSelector, MaxRatioSelector, MinRatioSelector, RandDomOverWDegSelector, RandMaxRatioSelector, RandMinRatioSelector

public interface IntVarRatioSelector
extends VarSelector<IntDomainVar>, TiedIntVarSelector


Field Summary
static int NULL
           
 
Method Summary
 IntRatio[] getRatios()
           
 IntRatio selectIntRatio()
           
 int selectIntRatioIndex()
           
 
Methods inherited from interface choco.kernel.solver.branch.VarSelector
selectVar
 
Methods inherited from interface choco.kernel.solver.search.TiedIntVarSelector
selectTiedIntVars
 

Field Detail

NULL

static final int NULL
See Also:
Constant Field Values
Method Detail

getRatios

IntRatio[] getRatios()

selectIntRatioIndex

int selectIntRatioIndex()

selectIntRatio

IntRatio selectIntRatio()


Copyright © 2012. All Rights Reserved.