English

Structural Parameterization of Locating-Dominating Set and Test Cover

Data Structures and Algorithms 2024-11-28 v1

Abstract

We investigate structural parameterizations of two identification problems: LOCATING-DOMINATING SET and TEST COVER. In the first problem, an input is a graph GG on nn vertices and an integer kk, and one asks if there is a subset SS of kk vertices such that any two distinct vertices not in SS are dominated by distinct subsets of SS. In the second problem, an input is a set of items UU, a set of subsets F\mathcal{F} of UU called teststests and an integer kk, and one asks if there is a set SS of at most kk tests such that any two items belong to distinct subsets of tests of SS. These two problems are "identification" analogues of DOMINATING SET and SET COVER, respectively. Chakraborty et al. [ISAAC 2024] proved that both the problems admit conditional double-exponential lower bounds and matching algorithms when parameterized by treewidth of the input graph. We continue this line of investigation and consider parameters larger than treewidth, like vertex cover number and feedback edge set number. We design a nontrivial dynamic programming scheme to solve TEST COVER in "slightly super-exponential" time 2O(UlogU)(U+F)O(1)2^{O(|U|\log |U|)}(|U|+|\mathcal{F}|)^{O(1)} in the number U|U| of items and LOCATING-DOMINATING SET in time 2O(vclogvc)nO(1)2^{O(\textsf{vc} \log \textsf{vc})} \cdot n^{O(1)}, where vc\textsf{vc} is the vertex cover number and nn is the order of the graph. This shows that the lower bound results with respect to treewidth from Chakraborty et al. [ISAAC 2024] cannot be extended to vertex cover number. We also show that, parameterized by feedback edge set number, LOCATING-DOMINATING SET admits a linear kernel thereby answering an open question in [Cappelle et al., LAGOS 2021]. Finally, we show that neither LOCATING-DOMINATING SET nor TEST COVER is likely to admit a compression algorithm returning an input with a subquadratic number of bits, unless NPcoNP/poly\textsf{NP} \subseteq \textsf{coNP}/poly.

Keywords

Cite

@article{arxiv.2411.17948,
  title  = {Structural Parameterization of Locating-Dominating Set and Test Cover},
  author = {Dipayan Chakraborty and Florent Foucaud and Diptapriyo Majumdar and Prafullkumar Tale},
  journal= {arXiv preprint arXiv:2411.17948},
  year   = {2024}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2402.08346

R2 v1 2026-06-28T20:13:55.573Z