Why it matters
TSP approx enables practical large TSP. Understanding shapes technique selection.
Advertisement
The architecture
2-approx: build MST, DFS traversal.
Christofides: MST + matching + Eulerian.
Advertisement
How it works end to end
2-approx: MST weight <= OPT; DFS + shortcut <= 2 * MST.
Better: Christofides.
Local search improvements (2-opt, LKH).