A $4/3$ ratio approximation algorithm for the Tree Augmentation Problem by deferred local-ratio and climbing
Guy Kortsarz (Rutgers University, Camden)

TL;DR
This paper presents a novel $4/3$ approximation algorithm for the Tree Augmentation Problem using a new deferred local-ratio technique, improving upon previous approximation ratios and offering faster runtime without complex enumeration or LP rounding.
Contribution
Introduces the deferred local ratio technique and applies it to achieve a $4/3$ approximation for TAP, surpassing the previous best ratio of 1.393.
Findings
Achieves a $4/3$ approximation ratio for TAP.
Runs in $O(m \sqrt{n})$ time, faster than previous LP-based methods.
Potential applicability of the new technique to other problems.
Abstract
The \emph{Tree Augmentation Problem (TAP)} is given a tree and additional set of {\em links} on , find such that is -edge-connected, and is minimum. The problem is APX-hard \cite{r} even in if links are only between leaves \cite{r}. The best known approximation ratio for TAP is , due to Traub and Zenklusen~\cite{tr1} J.~ACM,~2025 using the {\em relative greedy} technique \cite{zel}. \noindent We introduce a new technique called the {\em deferred local ratio technique}. In this technique, the disjointness of the local-ratio primal-dual type does not hold. The technique applies Set Cover problem under certain conditions (see Section \ref{lr}). We use it provide a We use it to provide a approximation algorithm for TAP. It is possible this technique will find future applications. The running time is The running…
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 · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
