KMaxRegretOnLowerBound

class KMaxRegretOnLowerBound : public KVariableSelector

This class implements a variable selector that selects first the variable with maximum regret on its lowerbound.

Example :

KBranchingSchemeArray bsa;
bsa += KAssignVar(KMaxRegretOnLowerBound(), KMaxToMin();

See

KVariableSelector

Since

2016.1

Public Functions

KMaxRegretOnLowerBound()

Constructor.

KMaxRegretOnLowerBound(const KMaxRegretOnLowerBound &maxRegretOnLowerBoundToCopy)

Copy constructor.