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