Class KSmallestDomDegRatio


  • public class KSmallestDomDegRatio
    extends KVariableSelector
    This class implements a variable selector that selects first the variable with the smallest ratio domain size / degree in the constraint graph.

    Example :
    
    KBranchingSchemeArray myBranchingSchemeArray;
    myBranchingSchemeArray += KAssignVar(KSmallestDomDegRatio(),KMaxToMin();
    

    Since:
    2016.1
    See Also:
    KVariableSelector