Class KSmallestMax


  • public class KSmallestMax
    extends KVariableSelector
    This class implements a variable selector that selects first the variable
    with the smallest upperbound.

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

    Since:
    2016.1
    See Also:
    KVariableSelector