For all
we perform the same action. First we set
up the
and
for the LP-problem, since this
depends only on
and the already computed bounds for which
. The number of variables in our
LP-problem obviously is
. The number of
(inequality) constraints is equal to
b and d,
for instance, is identical, but the
to its appropriate value. Then we compute the new upper and lower
bounds for that
The iterative procedure is repeated until convergence is reached. In our simulations we define a bound as being converged as soon as the relative improvement after one iteration is less than one percent. If this holds for all bounds, the algorithms stops.