English

Approximation Algorithms for Min-Distance Problems in DAGs

Data Structures and Algorithms 2022-10-05 v2

Abstract

The min-distance between two nodes u,vu, v is defined as the minimum of the distance from vv to uu or from uu to vv, and is a natural distance metric in DAGs. As with the standard distance problems, the Strong Exponential Time Hypothesis [Impagliazzo-Paturi-Zane 2001, Calabro-Impagliazzo-Paturi 2009] leaves little hope for computing min-distance problems faster than computing All Pairs Shortest Paths, which can be solved in O~(mn)\tilde{O}(mn) time. So it is natural to resort to approximation algorithms in O~(mn1ϵ)\tilde{O}(mn^{1-\epsilon}) time for some positive ϵ\epsilon. Abboud, Vassilevska W., and Wang [SODA 2016] first studied min-distance problems achieving constant factor approximation algorithms on DAGs, obtaining a 33-approximation algorithm for min-radius on DAGs which works in O~(mn)\tilde{O}(m\sqrt{n}) time, and showing that any (2δ)(2-\delta)-approximation requires n2o(1)n^{2-o(1)} time for any δ>0\delta>0, under the Hitting Set Conjecture. We close the gap, obtaining a 22-approximation algorithm which runs in O~(mn)\tilde{O}(m\sqrt{n}) time. As the lower bound of Abboud et al only works for sparse DAGs, we further show that our algorithm is conditionally tight for dense DAGs using a reduction from Boolean matrix multiplication. Moreover, Abboud et al obtained a linear time 22-approximation algorithm for min-diameter along with a lower bound stating that any (3/2δ)(3/2-\delta)-approximation algorithm for sparse DAGs requires n2o(1)n^{2-o(1)} time under SETH. We close this gap for dense DAGs by obtaining a near-3/23/2-approximation algorithm which works in O(n2.350)O(n^{2.350}) time and showing that the approximation factor is unlikely to be improved within O(nωo(1))O(n^{\omega - o(1)}) time under the high dimensional Orthogonal Vectors Conjecture, where ω\omega is the matrix multiplication exponent.

Keywords

Cite

@article{arxiv.2106.02120,
  title  = {Approximation Algorithms for Min-Distance Problems in DAGs},
  author = {Mina Dalirrooyfard and Jenny Kaufmann},
  journal= {arXiv preprint arXiv:2106.02120},
  year   = {2022}
}

Comments

ICALP 2021

R2 v1 2026-06-24T02:48:53.526Z