- IB
- Question Type 8: Applying different approaches to solve the traveling salesman problem
Given the complete graph on nodes 1 to 5 with weights
W = \begin{pmatrix} 0 & 2 & 9 & 8 & 7 \\ 2 & 0 & 6 & 5 & 3 \\ 9 & 6 & 0 & 4 & 12 \\ 8 & 5 & 4 & 0 & 10 \\ 7 & 3 & 12 & 10 & 0 \end{pmatrix},$$ compute a minimum spanning tree weight and use it to give a lower bound for the TSP tour length.