English

A Strong Linear Programming Relaxation for Weighted Tree Augmentation

Data Structures and Algorithms 2026-04-01 v1

Abstract

The Weighted Tree Augmentation Problem (WTAP) is a fundamental network design problem where the goal is to find a minimum-cost set of additional edges (links) to make an input tree 2-edge-connected. While a 2-approximation is standard and the integrality gap of the classic Cut LP relaxation is known to be at least 1.5, achieving approximation factors significantly below 2 has proven challenging. Recent advances of Traub and Zenklusen using local search culminated in a ratio of 1.5+ϵ1.5+\epsilon, establishing the state-of-the-art. In this work, we present a randomized approximation algorithm for WTAP with an approximation ratio below 1.49. Our approach is based on designing and rounding a strong linear programming relaxation for WTAP which incorporates variables that represent subsets of edges and the links used to cover them, inspired by lift-and-project methods like Sherali-Adams.

Keywords

Cite

@article{arxiv.2603.29582,
  title  = {A Strong Linear Programming Relaxation for Weighted Tree Augmentation},
  author = {Vincent Cohen-Addad and Marina Drygala and Nathan Klein and Ola Svensson},
  journal= {arXiv preprint arXiv:2603.29582},
  year   = {2026}
}

Comments

Full version of a paper accepted to STOC 2026

R2 v1 2026-07-01T11:45:58.780Z