Approximating Asymmetric A Priori TSP beyond the Adaptivity Gap
By: Manuel Christalla, Luise Puhlmann, Vera Traub
Potential Business Impact:
Find best routes when some stops might be skipped.
In Asymmetric A Priori TSP (with independent activation probabilities) we are given an instance of the Asymmetric Traveling Salesman Problem together with an activation probability for each vertex. The task is to compute a tour that minimizes the expected length after short-cutting to the randomly sampled set of active vertices. We prove a polynomial lower bound on the adaptivity gap for Asymmetric A Priori TSP. Moreover, we show that a poly-logarithmic approximation ratio, and hence an approximation ratio below the adaptivity gap, can be achieved by a randomized algorithm with quasi-polynomial running time. To achieve this, we provide a series of polynomial-time reductions. First we reduce to a novel generalization of the Asymmetric Traveling Salesman Problem, called Hop-ATSP. Next, we use directed low-diameter decompositions to obtain structured instances, for which we then provide a reduction to a covering problem. Eventually, we obtain a polynomial-time reduction of Asymmetric A Priori TSP to a problem of finding a path in an acyclic digraph minimizing a particular objective function, for which we give an O(log n)-approximation algorithm in quasi-polynomial time.
Similar Papers
On the integrality Gap of Small Asymmetric Traveling Salesman Problems: A Polyhedral and Computational Approach
Optimization and Control
Finds best routes for hard delivery problems.
Approximating Graphic Multi-Path TSP and Graphic Ordered TSP
Data Structures and Algorithms
Finds shorter routes for many deliveries.
Improved Additive Approximation Algorithms for APSP
Data Structures and Algorithms
Finds shortest paths in networks much faster.