Class KSmallestMin


  • public class KSmallestMin
    extends KVariableSelector
    This class implements a variable selector that selects the first uninstantiated variable with the smallest value in its domain.

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

    Since:
    2016.1
    See Also:
    KVariableSelector