Branch & Bound - TSP
Branch & Bound - TSP
2
Branch & Bound - TSP
To reduce the amount of potential work, we take
advantage of two observations.
1. First, without loss of generality, we can consider only
tours that start at a.
2. Second, because our graph is undirected, we can
generate only tours in which b is visited before c.
(Why?)
3
TSP
3. In addition, after visiting n−1= 4 cities, a tour has
no choice but to visit the remaining unvisited city
and return to the starting one
• The state-space tree tracing the
algorithm’s application is given in Figure
4
54