Tight Complexity Bounds for Counting Generalized Dominating Sets in Bounded-Treewidth Graphs Part I: Algorithmic Results
Jacob Focke, Dániel Marx, Fionn Mc Inerney, Daniel Neuen, Govind S. Sankar, Philipp Schepper, Philip Wellnitz
TL;DR
This work analyzes counting $(\sigma,\rho)$-sets on graphs of bounded treewidth, a unifying framework for domination-type problems such as Independent Set, Dominating Set, and Perfect Code. It introduces the notion of ${\mathrm{m}}$-structured sets to obtain improved DP-based counting bounds, and develops both structured-language compression and fast-join techniques (via generalized convolution) to reduce the number of DP states. A second axis uses representative sets to achieve faster decision (and some optimization) algorithms when cofiniteness holds, with running times that depend on the number of missing elements rather than the largest missing one. Together with an accompanying paper establishing tight lower bounds under #SETH, the results identify near-optimal bases $c_{\sigma,\rho}$ for counting $(\sigma,\rho)$-sets in bounded-treewidth graphs, and demonstrate significant improvements for the Exact Independent Dominating Set case (Perfect Code) beyond earlier $3^{\sf tw}$-time procedures. The methods bridge algebraic techniques, structured DP, and representative-set theory to obtain tight, conditionally optimal bounds for a broad family of LC-VSP problems on bounded-treewidth graphs.
Abstract
We investigate how efficiently a well-studied family of domination-type problems can be solved on bounded-treewidth graphs. For sets $σ,ρ$ of non-negative integers, a $(σ,ρ)$-set of a graph $G$ is a set $S$ of vertices such that $|N(u)\cap S|\in σ$ for every $u\in S$, and $|N(v)\cap S|\in ρ$ for every $v\not\in S$. The problem of finding a $(σ,ρ)$-set (of a certain size) unifies standard problems such as Independent Set, Dominating Set, Independent Dominating Set, and many others. For all pairs of finite or cofinite sets $(σ,ρ)$, we determine (under standard complexity assumptions) the best possible value $c_{σ,ρ}$ such that there is an algorithm that counts $(σ,ρ)$-sets in time $c_{σ,ρ}^{\sf tw}\cdot n^{O(1)}$ (if a tree decomposition of width ${\sf tw}$ is given in the input). For example, for the Exact Independent Dominating Set problem (also known as Perfect Code) corresponding to $σ=\{0\}$ and $ρ=\{1\}$, we improve the $3^{\sf tw}\cdot n^{O(1)}$ algorithm of [van Rooij, 2020] to $2^{\sf tw}\cdot n^{O(1)}$. Despite the unusually delicate definition of $c_{σ,ρ}$, an accompanying paper shows that our algorithms are most likely optimal, that is, for any pair $(σ, ρ)$ of finite or cofinite sets where the problem is non-trivial, and any $\varepsilon>0$, a $(c_{σ,ρ}-\varepsilon)^{\sf tw}\cdot n^{O(1)}$-algorithm counting the number of $(σ,ρ)$-sets would violate the Counting Strong Exponential-Time Hypothesis (#SETH). For finite sets $σ$ and $ρ$, these lower bounds also extend to the decision version, and hence, our algorithms are optimal in this setting as well. In contrast, for many cofinite sets, we show that further significant improvements for the decision and optimization versions are possible using the technique of representative sets.
