English

Metric Dimension and Geodetic Set Parameterized by Vertex Cover

Data Structures and Algorithms 2025-03-18 v2 Computational Complexity Discrete Mathematics

Abstract

For a graph GG, a subset SV(G)S\subseteq V(G) is called a resolving set of GG if, for any two vertices u,vV(G)u,v\in V(G), there exists a vertex wSw\in S such that d(w,u)d(w,v)d(w,u)\neq d(w,v). The Metric Dimension problem takes as input a graph GG on nn vertices and a positive integer kk, and asks whether there exists a resolving set of size at most kk. In another metric-based graph problem, Geodetic Set, the input is a graph GG and an integer kk, and the objective is to determine whether there exists a subset SV(G)S\subseteq V(G) of size at most kk such that, for any vertex uV(G)u \in V(G), there are two vertices s1,s2Ss_1, s_2 \in S such that uu lies on a shortest path from s1s_1 to s2s_2. These two classical problems turn out to be intractable with respect to the natural parameter, i.e., the solution size, as well as most structural parameters, including the feedback vertex set number and pathwidth. Some of the very few existing tractable results state that they are both FPT with respect to the vertex cover number vcvc. More precisely, we observe that both problems admit an FPT algorithm running in time 2O(vc2)nO(1)2^{\mathcal{O}(vc^2)}\cdot n^{\mathcal{O}(1)}, and a kernelization algorithm that outputs a kernel with 2O(vc)2^{\mathcal{O}(vc)} vertices. We prove that unless the Exponential Time Hypothesis fails, Metric Dimension and Geodetic Set, even on graphs of bounded diameter, neither admit an FPT algorithm running in time 2o(vc2)n(1)2^{o(vc^2)}\cdot n^{\mathcal(1)}, nor a kernelization algorithm that reduces the solution size and outputs a kernel with 2o(vc)2^{o(vc)} vertices. The versatility of our technique enables us to apply it to both these problems. We only know of one other problem in the literature that admits such a tight lower bound. Similarly, the list of known problems with exponential lower bounds on the number of vertices in kernelized instances is very short.

Keywords

Cite

@article{arxiv.2405.01344,
  title  = {Metric Dimension and Geodetic Set Parameterized by Vertex Cover},
  author = {Florent Foucaud and Esther Galby and Liana Khazaliya and Shaohua Li and Fionn Mc Inerney and Roohani Sharma and Prafullkumar Tale},
  journal= {arXiv preprint arXiv:2405.01344},
  year   = {2025}
}

Comments

This is the second part following an accompanying paper arXiv:2307.08149. We split the original paper to keep paper length more manageable

R2 v1 2026-06-28T16:14:08.810Z