Solving a Random Asymmetric TSP Exactly in Quasi-Polynomial Time w.h.p
Tolson Bell, Alan Frieze
TL;DR
The paper addresses exact solvability of the asymmetric TSP when edge costs are i.i.d. from a broad class of continuous distributions, establishing an algorithm that runs in $e^{\log^{2+o(1)}n}$ time with high probability. It connects the Assignment Problem to ATSP via LP duality and alternating cycles, and leverages concentration inequalities to bound reduced costs and dual variables, thereby restricting the ATSP solution to a small set of non-basic edges. The main contribution is a quasi-polynomial-time algorithm that enumerates all plausible ATSP augmentations of the AP solution, using structural results on alternating paths and spanning-tree bases, plus reductions to general cost distributions through coupling. The work also outlines implications for branch-and-bound strategies and poses open questions regarding polynomial-time w.h.p. solvability and extensions to the symmetric TSP.
Abstract
Let the costs $C(i,j)$ for an instance of the Asymmetric Traveling Salesperson Problem (ATSP) be independent copies of a non-negative random variable $C$ from a class of distributions that include the uniform $[0,1]$ distribution and the exponential mean 1 distribution with mean 1. We describe an algorithm that solves ATSP exactly in time $e^{\log^{2+o(1)}n}$, w.h.p.
