upperbound

BnB.upperbound(node)[source]

Function to compute the upperbound for the maximization branch-and-bound algorithm.

Parameters

nodeobj

The object for which to compute the upperbound.

Returns

scoreint or float

The upperbound score.