Table of Contents
Fetching ...

On the Parameterized Complexity of Grundy Domination and Zero Forcing Problems

Robert Scheffler

TL;DR

This paper studies the parameterized complexity of Grundy domination and zero forcing problems, clarifying a rich landscape of tractability and intractability across several variants. It shows W[1]-completeness for all four Grundy domination variants when parameterized by the dominating sequence size, and extends treewidth-based FPT results to the zero forcing variants and to Grundy domination under a complementary parameter; it also identifies W[1]-hardness for certain related problems. An auxiliary One-Sided Grundy Total Domination result and a detailed treatment of duals under treewidth further map the boundary between feasible and hard cases. Overall, the work integrates new reductions, algorithmic techniques, and open questions to advance understanding of these dual domination and forcing problems.

Abstract

We consider two different problem families that deal with domination in graphs. On the one hand, we focus on dominating sequences. In such a sequence, every vertex dominates some vertex of the graph that was not dominated by any earlier vertex in the sequence. The problem of finding the longest dominating sequence is known as $\mathsf{Grundy~Domination}$. Depending on whether the closed or the open neighborhoods are used for domination, there are three other versions of this problem: $\mathsf{Grundy~Total~Domination}$, $\mathsf{L\text{-}Grundy~Domination}$, and $\mathsf{Z\text{-}Grundy~Domination}$. We show that all four problem variants are $\mathsf{W[1]}$-complete when parameterized by the solution size. On the other hand, we consider the family of zero forcing problems which form the parametric duals of the Grundy domination problems. In these problems, one looks for the smallest set of vertices initially colored blue such that certain color change rules are able to color all other vertices blue. Bhyravarapu et al. [IWOCA 2025] showed that the dual of $\mathsf{Z\text{-}Grundy~Domination}$, known as $\mathsf{Zero~Forcing~Set}$, is in $\mathsf{FPT}$ when parameterized by the treewidth or the solution size. We extend their treewidth result to the other three variants of zero forcing and their respective Grundy domination problems. Our algorithm also implies an $\mathsf{FPT}$ algorithm for $\mathsf{Grundy~Domination}$ when parameterized by the number of vertices that are not in the dominating sequence. In contrast, we show that $\mathsf{L\text{-}Grundy~Domination}$ is $\mathsf{W[1]}$-hard for that parameter.

On the Parameterized Complexity of Grundy Domination and Zero Forcing Problems

TL;DR

This paper studies the parameterized complexity of Grundy domination and zero forcing problems, clarifying a rich landscape of tractability and intractability across several variants. It shows W[1]-completeness for all four Grundy domination variants when parameterized by the dominating sequence size, and extends treewidth-based FPT results to the zero forcing variants and to Grundy domination under a complementary parameter; it also identifies W[1]-hardness for certain related problems. An auxiliary One-Sided Grundy Total Domination result and a detailed treatment of duals under treewidth further map the boundary between feasible and hard cases. Overall, the work integrates new reductions, algorithmic techniques, and open questions to advance understanding of these dual domination and forcing problems.

Abstract

We consider two different problem families that deal with domination in graphs. On the one hand, we focus on dominating sequences. In such a sequence, every vertex dominates some vertex of the graph that was not dominated by any earlier vertex in the sequence. The problem of finding the longest dominating sequence is known as . Depending on whether the closed or the open neighborhoods are used for domination, there are three other versions of this problem: , , and . We show that all four problem variants are -complete when parameterized by the solution size. On the other hand, we consider the family of zero forcing problems which form the parametric duals of the Grundy domination problems. In these problems, one looks for the smallest set of vertices initially colored blue such that certain color change rules are able to color all other vertices blue. Bhyravarapu et al. [IWOCA 2025] showed that the dual of , known as , is in when parameterized by the treewidth or the solution size. We extend their treewidth result to the other three variants of zero forcing and their respective Grundy domination problems. Our algorithm also implies an algorithm for when parameterized by the number of vertices that are not in the dominating sequence. In contrast, we show that is -hard for that parameter.

Paper Structure

This paper contains 11 sections, 2 theorems, 2 figures, 1 table.

Key Result

Theorem 2

Assuming the Exponential Time Hypothesis, there is no $f(k) n^{o(k)}$ time algorithm for Multicolored Clique for any computable function $f$.

Figures (2)

  • Figure 1: The reductions for Grundy domination problems. Rectangular nodes represent problems, rounded corner nodes within these problem nodes represent restrictions of the problem to the respective graph class. Black arrows represent reductions given in the literature, yellow arrows stand for reductions given in this paper. Thick solid arrows represent polynomial-time $\mathsf{FPT}$ reductions, while dashed arrows stand for polynomial-time reductions that are not $\mathsf{FPT}$ reductions. Note that trivial reductions from a graph class to some superclass do not need references.
  • Figure 2: The selection gadgets of the proof of \ref{['thm:bip']}.

Theorems & Definitions (4)

  • Definition 1
  • Theorem 2: Cygan et al. cygan2015param, Lokshtanov et al. lokshtanov2011lower
  • Definition 3: Brešar et al. bresar2017grundybresar2014dominatingbresar2016total
  • Theorem 4