Karp's patching algorithm on dense digraph
Alan Frieze

TL;DR
This paper analyzes Karp's patching algorithm on dense directed graphs with random edge costs, showing it efficiently finds near-optimal tours for the asymmetric TSP under certain probabilistic cost models.
Contribution
The paper demonstrates that a modified version of Karp's patching algorithm can find asymptotically optimal tours in dense digraphs with random costs, running in polynomial time.
Findings
Algorithm finds tours asymptotically equal to the assignment problem
Runs in polynomial time with high probability
Applicable under specific probabilistic cost distributions
Abstract
We consider the following question. We are given a dense digraph with vertices and minimum in- and out-degree at least , where is a constant. The edges of are given independent edge costs , such that (i) has a density that satisfies , for constants as and such that in general either (ii) for constants , or for for some constant . Let be the associated cost matrix where if . We show that w.h.p. (a small modification to) the patching algorithm of Karp finds a tour for the asymmetric traveling salesperson problem that is asymptotically equal to that of the associated assignment problem. The algorithm runs in polynomial time.
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 · Markov Chains and Monte Carlo Methods
