Class KSmallestDomain


  • public class KSmallestDomain
    extends KVariableSelector
    This class implements a variable selector that selects the first uninstantiated variable with the smallest domain.

    Example :
    
    KBranchingSchemeArray bsa;
    bsa += KAssignVar(KSmallestDomain(),KMaxToMin();
    

    Since:
    2016.1
    See Also:
    KVariableSelector