Class KMaxDegree


  • public class KMaxDegree
    extends KVariableSelector
    This class implements a variable selector that selects first the variable
    involved in the maximum number of constraints.

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

    Since:
    2016.1
    See Also:
    KVariableSelector