Optimizing Distances for Multi-Broadcast in Temporal Graphs
Daniele Carnevale, Gianlorenzo D'Angelo
TL;DR
The paper addresses the $D$-Temporal Multi-Broadcast ($D$-TMB) problem on temporal graphs, where edge availability is scheduled under multiplicity constraints to minimize the worst-case $D$-distance from a source set to all vertices, across six distance definitions $D \in \{EA, LD, FT, ST, MH, MW\}$. It proves a fundamental equivalence between $D$-TMB and $D$-ReachFast, enabling a unified analysis of edge-shifting and edge-labeling paradigms, and provides a complete complexity and approximability landscape: single-source instances are poly-time for $EA$ and $LD$ but NP-hard (with strong inapproximability) for $FT$, $ST$, $MH$, and $MW$, with concrete approximation results for $FT$ and $MW$. For multiple sources, feasibility becomes NP-hard to decide even with two sources and a single label per edge, but tractability is recovered under structural conditions that ensure poly-time solvability for $EA$ and $LD$ (e.g., multiplicity $\ge |S|$ or tree topology with $\mu(e) \ge 2$ on relevant edges). The results illuminate the limits of scheduling vs labeling in temporal networks and identify practical graph classes (notably trees) and multiplicity regimes that permit efficient optimization, with implications for logistics and information dissemination in dynamic networks.
Abstract
Temporal graphs represent networks in which connections change over time, with edges available only at specific moments. Motivated by applications in logistics, multi-agent information spreading, and wireless networks, we introduce the D-Temporal Multi-Broadcast (D-TMB) problem, which asks for scheduling the availability of edges so that a predetermined subset of sources reach all other vertices while optimizing the worst-case temporal distance D from any source. We show that D-TMB generalizes ReachFast (arXiv:2112.08797). We then characterize the computational complexity and approximability of D-TMB under six definitions of temporal distance D, namely Earliest-Arrival (EA), Latest-Departure (LD), Fastest-Time (FT), Shortest-Traveling (ST), Minimum-Hop (MH), and Minimum-Waiting (MW). For a single source, we show that D-TMB can be solved in polynomial time for EA and LD, while for the other temporal distances it is NP-hard and hard to approximate within a factor that depends on the adopted distance function. We give approximation algorithms for FT and MW. For multiple sources, if feasibility is not assumed a priori, the problem is inapproximable within any factor unless P = NP, even with just two sources. We complement this negative result by identifying structural conditions that guarantee tractability for EA and LD for any number of sources.
