Temporal Reachability Dominating Sets: contagion in temporal graphs
David C. Kutner, Laura Larios-Jones
TL;DR
The paper studies TaRDiS and MaxMinTaRDiS in temporal graphs, focusing on how time-varying connections affect reachability-dominance and containment of contagion. It provides a complete landscape of complexity results: TaRDiS variants are NP-hard in general, with sharp boundaries at small lifetimes; MaxMinTaRDiS variants range from NP-hard to $\\Sigma_2^P$-complete, with a key equivalence to Distance-3 Independent Set for certain cases. It also delivers a polynomial-time algorithm for TaRDiS on trees and fixed-parameter tractable (FPT) algorithms when parameterized by lifetime, treewidth of the footprint, and, for MaxMinTaRDiS, by additional parameters via Courcelle’s theorem. The results show how structural restrictions (treewidth) and scheduling constraints (lifetime) govern tractability and establish a rich connection between temporal reachability and classical graph problems, offering both theoretical insight and tools for design in networks and epidemiology.
Abstract
Given a population with dynamic pairwise connections, we ask if the entire population could be (indirectly) infected by a small group of $k$ initially infected individuals. We formalise this problem as the Temporal Reachability Dominating Set (TaRDiS}) problem on temporal graphs. We provide positive and negative parameterized complexity results in four different parameters: the number $k$ of initially infected, the lifetime $τ$ of the graph, the number of locally earliest edges in the graph, and the treewidth of the footprint graph $\mathcal{G}_\downarrow$. We additionally introduce and study the MaxMinTaRDiS problem, where the aim is to schedule connections between individuals so that at least $k$ individuals must be infected for the entire population to become fully infected. We classify three variants of the problem: Strict, Nonstrict, and Happy. We show these to be coNP-complete, NP-hard, and $Σ_2^P$-complete, respectively. Interestingly, we obtain hardness of the Nonstrict variant by showing that a natural restriction is exactly the well-studied Distance-3 Independent Set problem on static graphs.
