KLargestMin

class KLargestMin : public KVariableSelector

This class implements a variable selector that selects first the variable with the largest lower bound.

Example:

KBranchingSchemeArray myBranchingSchemeArray;
myBranchingSchemeArray += KAssignVar(KLargestMin(), KMaxToMin();

See

KVariableSelector

Since

2016.1