Integer Tolerance
The Branch & Bound process starts by finding the optimal solution without
considering the integer constraints (this is called the relaxation of the integer programming problem). The objective value of the relaxation
forms the initial "best bound" on the objective of the optimal integer solution, which can be no better than this. During the optimization process,
the Branch & Bound method finds "candidate" integer solutions, and it keeps the
best solution so far as the "incumbent." By eliminating alternatives as its
proceeds, the B&B method also tightens the "best bound" on how good the integer
solution can be.
Each time the Solver finds a new "incumbent" -- an improved all-integer
solution -- it computes the maximum percentage difference between the objective of
this solution and the current "best bound" on the objective:
------------------------------------------------
Objective of best bound