KMaxDegree¶
-
class KMaxDegree : public 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();
- See
- Since
2016.1
Public Functions
-
KMaxDegree()¶
Constructor.
-
KMaxDegree(const KMaxDegree &maxDegreeToCopy)¶
Copy constructor.