The Approximation Ratio of the Greedy Algorithm for the Metric Traveling Salesman Problem
Judith Brecklinghaus, Stefan Hougardy

TL;DR
This paper establishes that the greedy algorithm's approximation ratio for the metric Traveling Salesman Problem is logarithmic in the number of nodes, and this result extends to various TSP variants and heuristics.
Contribution
It proves the approximation ratio of the greedy algorithm for the metric TSP is Θ(log n), extending to graphic, Euclidean, rectilinear instances and analyzing the Clarke-Wright heuristic.
Findings
Greedy algorithm has a Θ(log n) approximation ratio for metric TSP.
The same ratio applies to graphic, Euclidean, and rectilinear TSP instances.
Clarke-Wright heuristic also achieves a Θ(log n) approximation ratio.
Abstract
We prove that the approximation ratio of the greedy algorithm for the metric Traveling Salesman Problem is . Moreover, we prove that the same result also holds for graphic, Euclidean, and rectilinear instances of the Traveling Salesman Problem. Finally we show that the approximation ratio of the Clarke-Wright savings heuristic for the metric Traveling Salesman Problem is .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Smart Parking Systems Research · Optimization and Search Problems
