English

Hitting Geodesic Intervals in Structurally Restricted Graphs

Data Structures and Algorithms 2025-09-03 v1

Abstract

Given a graph G=(V,E)G = (V,E), a set TT of vertex pairs, and an integer kk, Hitting Geodesic Intervals asks whether there is a set SVS \subseteq V of size at most kk such that for each terminal pair {u,v}T\{u,v\} \in T, the set SS intersects at least one shortest uu-vv path. Aravind and Saxena [WALCOM 2024] introduced this problem and showed several parameterized complexity results. In this paper, we extend the known results in both negative and positive directions and present sharp complexity contrasts with respect to structural graph parameters. We first show that the problem is NP-complete even on graphs obtained by adding a single vertex to a disjoint union of 5-vertex paths. By modifying the proof of this result, we also show the NP-completeness on graphs obtained from a path by adding one vertex and on graphs obtained from a disjoint union of triangles by adding one universal vertex. Furthermore, we show the NP-completeness on graphs of bandwidth 4 and maximum degree 5 by replacing the universal vertex in the last case with a long path. Under standard complexity assumptions, these negative results rule out fixed-parameter algorithms for most of the structural parameters studied in the literature (if the solution size kk is not part of the parameter). We next present fixed-parameter algorithms parameterized by kk plus modular-width and by kk plus vertex integrity. The algorithm for the latter case does indeed solve a more general setting that includes the parameterization by the minimum vertex multiway-cut size of the terminal vertices. We show that this is tight in the sense that the problem parameterized by the minimum vertex multicut size of the terminal pairs is W[2]-complete. We then modify the proof of this intractability result and show that the problem is W[2]-complete parameterized by kk even in the setting where T=(Q2)T = \binom{Q}{2} for some QVQ \subseteq V.

Keywords

Cite

@article{arxiv.2509.01413,
  title  = {Hitting Geodesic Intervals in Structurally Restricted Graphs},
  author = {Tatsuya Gima and Yasuaki Kobayashi and Yuto Okada and Yota Otachi and Hayato Takaike},
  journal= {arXiv preprint arXiv:2509.01413},
  year   = {2025}
}

Comments

16 pages, 5 figures, IPEC 2025

R2 v1 2026-07-01T05:15:16.362Z