English

Almost Polynomial Hardness of Node-Disjoint Paths in Grids

Data Structures and Algorithms 2017-11-07 v1

Abstract

In the classical Node-Disjoint Paths (NDP) problem, we are given an nn-vertex graph G=(V,E)G=(V,E), and a collection M={(s1,t1),,(sk,tk)}M=\{(s_1,t_1),\ldots,(s_k,t_k)\} of pairs of its vertices, called source-destination, or demand pairs. The goal is to route as many of the demand pairs as possible, where to route a pair we need to select a path connecting it, so that all selected paths are disjoint in their vertices. The best current algorithm for NDP achieves an O(n)O(\sqrt{n})-approximation, while, until recently, the best negative result was a factor Ω(log1/2ϵn)\Omega(\log^{1/2-\epsilon}n)-hardness of approximation, for any constant ϵ\epsilon, unless NPZPTIME(npolylogn)NP \subseteq ZPTIME(n^{poly \log n}). In a recent work, the authors have shown an improved 2Ω(logn)2^{\Omega(\sqrt{\log n})}-hardness of approximation for NDP, unless NPDTIME(nO(logn))NP\subseteq DTIME(n^{O(\log n)}), even if the underlying graph is a subgraph of a grid graph, and all source vertices lie on the boundary of the grid. Unfortunately, this result does not extend to grid graphs. The approximability of the NDP problem on grid graphs has remained a tantalizing open question, with the best current upper bound of O~(n1/4)\tilde{O}(n^{1/4}), and the best current lower bound of APX-hardness. In this paper we come close to resolving the approximability of NDP in general, and NDP in grids in particular. Our main result is that NDP is 2Ω(log1ϵn)2^{\Omega(\log^{1-\epsilon} n)}-hard to approximate for any constant ϵ\epsilon, assuming that NP⊈RTIME(npolylogn)NP\not\subseteq RTIME(n^{poly\log n}), and that it is nΩ(1/(loglogn)2)n^{\Omega (1/(\log \log n)^2)}-hard to approximate, assuming that for some constant δ>0\delta>0, NP⊈RTIME(2nδ)NP \not \subseteq RTIME(2^{n^{\delta}}). These results hold even for grid graphs and wall graphs, and extend to the closely related Edge-Disjoint Paths problem, even in wall graphs.

Keywords

Cite

@article{arxiv.1711.01980,
  title  = {Almost Polynomial Hardness of Node-Disjoint Paths in Grids},
  author = {Julia Chuzhoy and David H. K. Kim and Rachit Nimavat},
  journal= {arXiv preprint arXiv:1711.01980},
  year   = {2017}
}
R2 v1 2026-06-22T22:37:27.551Z