Class KLargestDomain


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

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

    Since:
    2016.1
    See Also:
    KVariableSelector