Geodetic Set on Graphs of Constant Pathwidth and Feedback Vertex Set Number
Prafullkumar Tale
TL;DR
The Geodetic Set problem asks whether a size-$k$ vertex subset S can cover all vertices by being on shortest paths between pairs in S. The authors show NP-hardness on graphs with constant pathwidth and feedback vertex set number by a reduction from $3$-Dimensional Matching, producing a graph $G$ with $\texttt{pw}(G) \le 17$ and $\texttt{fvs}(G) \le 13$, thereby answering whether an $\XP$ algorithm exists for the combined parameters in the negative. They introduce structured gadgets and a careful distance-based construction to encode the instance, and prove correctness via pendant-vertex coverage arguments and a witness set $Q$. This result highlights strong hardness for metric-graph problems under bounded-width parameters and clarifies the landscape between NP-hardness and algorithmic bounds for Geodetic Set, including connections to mixed-search-based width relaxations and treedepth-based approaches.
Abstract
In the \textsc{Geodetic Set} problem, the input consists of a graph $G$ and a positive integer $k$. The goal is to determine whether there exists a subset $S$ of vertices of size $k$ such that every vertex in the graph is included in a shortest path between two vertices in $S$. Kellerhals and Koana [IPEC 2020; J. Graph Algorithms Appl 2022] proved that the problem is $\W[1]$-hard when parameterized by the pathwidth and the feedback vertex set number of the input graph. They posed the question of whether the problem admits an $\XP$ algorithm when parameterized by the combination of these two parameters. We answer this in negative by proving that the problem remains \NP-hard on graphs of constant pathwidth and feedback vertex set number.
