中文

Structural parameterizations of Geodetic Set on directed (acyclic) graphs

数据结构与算法 2026-06-24 v1

摘要

In DIRECTED GEODETIC SET, we are given a (directed) graph and seek a small solution set SV(G)S \subseteq V(G) such that every vertex lies on a shortest directed path between two vertices in SS. It is known that the problem is W[2]-hard when parameterized by the solution size kk, even on directed acyclic graphs (DAGs). Our first result is a kernel of size 2O(vcn)2^{O(vcn)} for DIRECTED GEODETIC SET on general digraphs, where vcnvcn denotes the vertex cover number of the underlying (undirected) graph. This implies an algorithm running in time 2O(vcn2)nO(1)2^{O(vcn^2)} \cdot n^{O(1)}. Furthermore, we prove that, assuming the ETH, the problem does not admit an algorithm running in time 2o(vcn2)nO(1)2^{o(vcn^2)} \cdot n^{O(1)}. Next, we show that on general digraphs, DIRECTED GEODETIC SET admits a natural kernel of size (kΔ)O(rdiam)(k\Delta)^{O(rdiam)}, where Δ\Delta is the maximum degree and rdiamrdiam denotes the reachability diameter of the digraph (a natural analogue of diameter of undirected graphs). This yields an algorithm running in time (kΔ)O(rdiamk)nO(1)(k\Delta)^{O(rdiam \cdot k)}\cdot n^{O(1)}. We further prove that, assuming the ETH, the problem does not admit an algorithm running in time (kΔ)o(rdiamk)nO(1)(k\Delta)^{o(rdiam \cdot k)} \cdot n^{O(1)}. Finally, we justify the necessity of combining parameters by establishing the following hardness results for DIRECTED GEODETIC SET: - It is W[2]-hard parameterized by kk, even on digraphs of maximum degree 3. - It is para-NP-hard parameterized by maximum degree and reachability diameter. One can infer that the problem remains W[2]-hard when parameterized by k, even on graphs of reachability diameter 3 from Ara\'ujo and Arraes [DAM 2022]. All our conditional lower bounds and hardness results hold even when the input digraph is restricted to be a DAG.

引用

@article{arxiv.2606.26414,
  title  = {Structural parameterizations of Geodetic Set on directed (acyclic) graphs},
  author = {Beaudou Laurent and Foucaud Florent and Lorieau Lucas and Tale Prafullkumar},
  journal= {arXiv preprint arXiv:2606.26414},
  year   = {2026}
}