





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The key points in these lecture slides, which are core of the discrete modeling and optimization are:Integer Programs, Branch-And-Bound, Binary Integer Programs, Fathoming Criteria, Optimality Test, Steps of Algorithm, Lower and Upper Bounds, Current Iteration, Heuristic Algorithm, Traveling Salesman Problem
Typology: Slides
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Docsity.com
given based on the following solution tree
Summary of fathoming criteria
In our example, S8 is fathomed based on F1 (54.4 < Z*=59).
In our example, S4 is fathomed based on F2.
In our example, S7 and S10 are fathomed based on F3.Docsity.com
Which open (unfathomed)
subproblem to solve first?
Possible natural choices:
Option 1 : The subproblem with the best LP value.
to create an incumbent with higher Z* value; to contain an optimal IP solution.
Option 2 : The most recently created subproblem.
Finding a first incumbent quickly
How the upper bound on OPT(IP) can be used
(In the worst-case scenario it is still exponential-time.)
That is, the current incumbent is at most k times worse than the optimal solution. If k is close to 1, then the current incumbent will be a pretty good solution.
E.g., if Z*=100, Z’=102, then the current incumbent is
at most 1.02 times worse than the optimal solution.
Docsity.com