English

The Price of Being Partial: Complexity of Partial Generalized Dominating Set on Bounded-Treewidth Graphs

Data Structures and Algorithms 2026-03-18 v2 Computational Complexity

Abstract

For fixed sets σ,ρ\sigma, \rho of non-negative integers, the (σ,ρ)(\sigma, \rho)-domination framework introduced by Telle [Nord. J. Comput. 1994] captures many classical graph problems. For a graph GG, a (σ,ρ)(\sigma,\rho)-set is a set SS of vertices such that for every vV(G)v\in V(G), we have (1) if vSv \in S, then N(v)Sσ|N(v) \cap S| \in \sigma, and (2) if vSv \notin S, then N(v)Sρ|N(v) \cap S| \in \rho. We initiate the study of a natural partial variant (σ,ρ)(\sigma,\rho)-MinParDomSet of the problem, in which the constraints given by σ,ρ\sigma, \rho need not be fulfilled for all vertices, but we want to find a set of size at most kk that maximizes the number of vertices that are satisfied in the sense that they satisfy (1) or (2) above. Our goal is to understand whether (σ,ρ)(\sigma,\rho)-MinParDomSet can be solved in the same running time as the nonpartial version, or whether it is strictly harder. Formally, we consider nonempty finite or simple cofinite sets σ\sigma and ρ\rho (simple cofinite sets are of the form Zc\mathbb{Z}_{\geq c}), and we try to determine the smallest constant cσ,ρc_{\sigma,\rho} such that there is a cσ,ρtwnO(1)c_{\sigma,\rho}^{tw}\cdot n^{O(1)} time algorithm for the problem if a tree decomposition of width twtw is given. We obtain matching upper and lower bounds on cσ,ρc_{\sigma,\rho} for every such fixed σ\sigma and ρ\rho under the Primal Pathwidth Strong Exponential Time Hypothesis, and establish whether the partial problem is harder than the nonpartial variant. For some sets σ\sigma and ρ\rho, the more general (σ,ρ)(\sigma,\rho)-MinParDomSet has the same complexity as the nonpartial special case (e.g., for Dominating Set), while for other choices, the partial version is significantly harder (e.g., for Perfect Code).

Keywords

Cite

@article{arxiv.2506.01645,
  title  = {The Price of Being Partial: Complexity of Partial Generalized Dominating Set on Bounded-Treewidth Graphs},
  author = {Jakob Greilhuber and Dániel Marx},
  journal= {arXiv preprint arXiv:2506.01645},
  year   = {2026}
}

Comments

Abstract shortened; adds a lower bound for the nonpartial problem and improves exposition