English

Planar Disjoint Shortest Paths is Fixed-Parameter Tractable

Data Structures and Algorithms 2025-05-07 v1

Abstract

In the Disjoint Shortest Paths problem one is given a graph GG and a set T={(s1,t1),,(sk,tk)}\mathcal{T}=\{(s_1,t_1),\dots,(s_k,t_k)\} of kk vertex pairs. The question is whether there exist vertex-disjoint paths P1,,PkP_1,\dots,P_k in GG so that each PiP_i is a shortest path between sis_i and tit_i. While the problem is known to be W[1]-hard in general, we show that it is fixed-parameter tractable on planar graphs with positive edge weights. Specifically, we propose an algorithm for Planar Disjoint Shortest Paths with running time 2O(klogk)nO(1)2^{O(k\log k)}\cdot n^{O(1)}. Notably, our parameter dependency is better than state-of-the-art 2O(k2)2^{O(k^2)} for the Planar Disjoint Paths problem, where the sought paths are not required to be shortest paths.

Keywords

Cite

@article{arxiv.2505.03353,
  title  = {Planar Disjoint Shortest Paths is Fixed-Parameter Tractable},
  author = {Michał Pilipczuk and Giannos Stamoulis and Michał Włodarczyk},
  journal= {arXiv preprint arXiv:2505.03353},
  year   = {2025}
}

Comments

55 pages

R2 v1 2026-06-28T23:22:43.161Z