English

Residue Domination in Bounded-Treewidth Graphs

Data Structures and Algorithms 2025-05-08 v2 Computational Complexity

Abstract

For the vertex selection problem (σ,ρ)(\sigma,\rho)-DomSet one is given two fixed sets σ\sigma and ρ\rho of integers and the task is to decide whether we can select vertices of the input graph such that, for every selected vertex, the number of selected neighbors is in σ\sigma and, for every unselected vertex, the number of selected neighbors is in ρ\rho [Telle, Nord. J. Comp. 1994]. This framework covers many fundamental graph problems such as Independent Set and Dominating Set. We significantly extend the recent result by Focke et al. [SODA 2023] to investigate the case when σ\sigma and ρ\rho are two (potentially different) residue classes modulo m2m\ge 2. We study the problem parameterized by treewidth and present an algorithm that solves in time mtwnO(1)m^{tw} \cdot n^{O(1)} the decision, minimization and maximization version of the problem. This significantly improves upon the known algorithms where for the case m3m \ge 3 not even an explicit running time is known. We complement our algorithm by providing matching lower bounds which state that there is no (mϵ)pwnO(1)(m-\epsilon)^{pw} \cdot n^{O(1)}-time algorithm parameterized by pathwidth pwpw, unless SETH fails. For m=2m = 2, we extend these bounds to the minimization version as the decision version is efficiently solvable.

Keywords

Cite

@article{arxiv.2403.07524,
  title  = {Residue Domination in Bounded-Treewidth Graphs},
  author = {Jakob Greilhuber and Philipp Schepper and Philip Wellnitz},
  journal= {arXiv preprint arXiv:2403.07524},
  year   = {2025}
}

Comments

Presentation revised; an extended abstract of this work appeared at STACS 2025

R2 v1 2026-06-28T15:17:04.616Z