Approximating Minimum-Cost Connected T-Joins
Joseph Cheriyan, Zachary Friggstad, and Zhihan Gao

TL;DR
This paper develops approximation algorithms for the minimum-cost connected T-join problem, extending previous methods for special cases like TSP, and introduces a primal-dual approach for the prize-collecting variant with tight analysis.
Contribution
It extends LP-rounding algorithms to the general connected T-join problem and introduces a primal-dual algorithm for the prize-collecting version with proven tight bounds.
Findings
Achieved a 13/8 approximation guarantee for all |T| >= 4.
Extended the LP-rounding approach from TSP to the connected T-join problem.
Developed a primal-dual algorithm with a tight approximation ratio for the prize-collecting case.
Abstract
We design and analyse approximation algorithms for the minimum-cost connected T-join problem: given an undirected graph G = (V;E) with nonnegative costs on the edges, and a subset of nodes T, find (if it exists) a spanning connected subgraph H of minimum cost such that every node in T has odd degree and every node not in T has even degree; H may have multiple copies of any edge of G. Two well-known special cases are the TSP (|T| = 0) and the s-t path TSP (|T| = 2). Recently, An, Kleinberg, and Shmoys [STOC 2012] improved on the long-standing 5/3-approximation guarantee for the latter problem and presented an algorithm based on LP rounding that achieves an approximation guarantee of (1+sqrt(5))/2 < 1.6181. We show that the methods of An et al. extend to the minimum-cost connected T-join problem. They presented a new proof for a 5/3-approximation guarantee for the s-t path TSP; their…
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 · Optimization and Search Problems · Advanced Graph Theory Research
