Monotone Decontamination of Arbitrary Dynamic Graphs with Mobile Agents
Rajashree Bar, Daibik Barik, Adri Bhattacharya, Partha Sarathi Mandal
TL;DR
This work addresses monotone decontamination on arbitrary dynamic graphs under $1$-interval connectivity, introducing two adversarial edge-dynamics models: finite-time edge appearance ($T$ bound) and indefinite edge disappearance. It derives lower bounds that scale with the graph diameter $d$, size $n$, and cyclomatic number $k=\mu(G)$, showing, for example, $d$ or $n-1$ bounds in FTEA and $\max\{d,\,k+1\}$ or $n-1$ in IDED depending on $k$ relative to $n$. The paper then contributes three DFS/BFS-based algorithms: Uni-Decontamination for $k\ge n$ using $n$ agents, Modified-Decontamination for $k<n$ using $d+k$ agents, and Infinite-Decontamination for IDED using $d+2k$ agents, each ensuring monotonicity despite edge disappearances. Together, these results establish foundational bounds and constructive strategies for monotone network decontamination in dynamic environments and lay groundwork for tighter future analyses.
Abstract
Network decontamination is a well-known problem, in which the aim of the mobile agents should be to decontaminate the network (i.e., both nodes and edges). This problem comes with an added constraint, i.e., of \emph{monotonicity}, in which whenever a node or an edge is decontaminated, it must not get recontaminated. Hence, the name comes \emph{monotone decontamination}. This problem has been relatively explored in static graphs, but nothing is known yet in dynamic graphs. We, in this paper, study the \emph{monotone decontamination} problem in arbitrary dynamic graphs. We designed two models of dynamicity, based on the time within which a disappeared edge must reappear. In each of these two models, we proposed lower bounds as well as upper bounds on the number of agents, required to fully decontaminate the underlying dynamic graph, monotonically. Our results also highlight the difficulties faced due to the sudden disappearance or reappearance of edges. Our aim in this paper has been to primarily optimize the number of agents required to solve monotone decontamination in these dynamic networks.
