Multiple Traveling Salesmen in Asymmetric Metrics
Zachary Friggstad

TL;DR
This paper introduces approximation algorithms for generalized asymmetric traveling salesman problems involving multiple paths and node coverage, providing bounds and complexity results for various special cases.
Contribution
It presents bicriteria approximation algorithms for the k-ATSPP and analyzes approximation bounds for related path covering problems in asymmetric metrics.
Findings
Bicriteria approximation with O(b log |V|) factor for k-ATSPP
Approximation algorithms for symmetric and special cases
NP-hardness results for general path covering problems
Abstract
We consider some generalizations of the Asymmetric Traveling Salesman Path problem. Suppose we have an asymmetric metric G = (V,A) with two distinguished nodes s,t. We are also given a positive integer k. The goal is to find k paths of minimum total cost from s to t whose union spans all nodes. We call this the k-Person Asymmetric Traveling Salesmen Path problem (k-ATSPP). Our main result for k-ATSPP is a bicriteria approximation that, for some parameter b >= 1 we may choose, finds between k and k + k/b paths of total length O(b log |V|) times the optimum value of an LP relaxation based on the Held-Karp relaxation for the Traveling Salesman problem. On one extreme this is an O(log |V|)-approximation that uses up to 2k paths and on the other it is an O(k log |V|)-approximation that uses exactly k paths. Next, we consider the case where we have k pairs of nodes (s_1,t_1), ...,…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
