English

Dominating Set with Quotas: Balancing Coverage and Constraints

Data Structures and Algorithms 2026-04-07 v1

Abstract

We study a natural generalization of the classical \textsc{Dominating Set} problem, called \textsc{Dominating Set with Quotas} (DSQ). In this problem, we are given a graph G G , an integer k k , and for each vertex vV(G) v \in V(G) , a lower quota lov \mathrm{lo}_v and an upper quota upv \mathrm{up}_v . The goal is to determine whether there exists a set SV(G) S \subseteq V(G) of size at most k k such that for every vertex vV(G) v \in V(G) , the number of vertices in its closed neighborhood that belong to S S , i.e., N[v]S |N[v] \cap S| , lies within the range [lov,upv] [\mathrm{lo}_v, \mathrm{up}_v] . This richer model captures a variety of practical settings where both under- and over-coverage must be avoided -- such as in fault-tolerant infrastructure, load-balanced facility placement, or constrained communication networks. While DS is already known to be computationally hard, we show that the added expressiveness of per-vertex quotas in DSQ introduces additional algorithmic challenges. In particular, we prove that DSQ becomes \W[1]-hard even on structurally sparse graphs -- such as those with degeneracy 2, or excluding K3,3 K_{3,3} as a subgraph -- despite these classes admitting FPT algorithms for DS. On the positive side, we show that DSQ is fixed-parameter tractable when parameterized by solution size and treewidth, and more generally, on nowhere dense graph classes. Furthermore, we design a subexponential-time algorithm for DSQ on apex-minor-free graphs using the bidimensionality framework. These results collectively offer a refined view of the algorithmic landscape of DSQ, revealing a sharp contrast with the classical DS problem and identifying the key structural properties that govern tractability.

Keywords

Cite

@article{arxiv.2604.04912,
  title  = {Dominating Set with Quotas: Balancing Coverage and Constraints},
  author = {Sobyasachi Chatterjee and Sushmita Gupta and Saket Saurabh and Sanjay Seetharaman and Anannya Upasana},
  journal= {arXiv preprint arXiv:2604.04912},
  year   = {2026}
}

Comments

24 pages; full version of the paper to appear in IWOCA 2026

R2 v1 2026-07-01T11:55:40.087Z