English

Tight Bounds for Online Weighted Tree Augmentation

Data Structures and Algorithms 2019-04-29 v1

Abstract

The Weighted Tree Augmentation problem (WTAP) is a fundamental problem in network design. In this paper, we consider this problem in the online setting. We are given an nn-vertex spanning tree TT and an additional set LL of edges (called links) with costs. Then, terminal pairs arrive one-by-one and our task is to maintain a low-cost subset of links FF such that every terminal pair that has arrived so far is 22-edge-connected in TFT \cup F. This online problem was first studied by Gupta, Krishnaswamy and Ravi (SICOMP 2012) who used it as a subroutine for the online survivable network design problem. They gave a deterministic O(log2n)O(\log^2 n)-competitive algorithm and showed an Ω(logn)\Omega(\log n) lower bound on the competitive ratio of randomized algorithms. The case when TT is a path is also interesting: it is exactly the online interval set cover problem, which also captures as a special case the parking permit problem studied by Meyerson (FOCS 2005). The contribution of this paper is to give tight results for online weighted tree and path augmentation problems. The main result of this work is a deterministic O(logn)O(\log n)-competitive algorithm for online WTAP, which is tight up to constant factors.

Keywords

Cite

@article{arxiv.1904.11777,
  title  = {Tight Bounds for Online Weighted Tree Augmentation},
  author = {Joseph and Naor and Seeun William Umboh and David P. Williamson},
  journal= {arXiv preprint arXiv:1904.11777},
  year   = {2019}
}

Comments

Preliminary version in ICALP19

R2 v1 2026-06-23T08:50:19.635Z