KSmallestMax¶
-
class KSmallestMax : public KVariableSelector¶
This class implements a variable selector that selects first the variable with the smallest upperbound.
Example:
KBranchingSchemeArray bsa; bsa += KAssignVar(KSmallestMax(), KMaxToMin();
- See
- Since
2016.1
Public Functions
-
KSmallestMax()¶
Constructor.
-
KSmallestMax(const KSmallestMax &toCopy)¶
Copy constructor.