Approximating the Held-Karp Bound for Metric TSP in Nearly Linear Work and Polylogarithmic Depth
Zhuan Khye Koh, Omri Weinstein, Sorrachai Yingchareonthawornchai

TL;DR
This paper introduces a parallel algorithm that approximates the Held-Karp bound for Metric TSP efficiently in nearly linear work and polylogarithmic depth, advancing parallel optimization techniques for combinatorial problems.
Contribution
It presents a novel parallel algorithm with nearly linear work and polylogarithmic depth for approximating the Held-Karp bound and related problems, using core-sequences in MWU.
Findings
Achieves $(1+psilon)$-approximation in O(m/psilon^4) work and O(1/psilon^4) depth.
Introduces core-sequences to improve MWU iteration complexity and exploit cut structure.
Provides exponential depth improvement for certain LPs like kECSS.
Abstract
We present a nearly linear work parallel algorithm for approximating the Held-Karp bound for the Metric TSP problem. Given an edge-weighted undirected graph on edges and , it returns a -approximation to the Held-Karp bound with high probability, in work and depth. While a nearly linear time sequential algorithm was known for almost a decade (Chekuri and Quanrud'17), it was not known how to simultaneously achieve nearly linear work alongside polylogarithmic depth. Using a reduction by Chalermsook et al.'22, we also give a parallel algorithm for computing a -approximate fractional solution to the -edge-connected spanning subgraph (kECSS) problem, with similar complexity. To obtain these results, we introduce a notion of core-sequences for the parallel Multiplicative Weights…
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
TopicsOptimization and Packing Problems · Scheduling and Optimization Algorithms · Advanced Manufacturing and Logistics Optimization
