Exploiting Automorphisms of Temporal Graphs for Fast Exploration and Rendezvous
Konstantinos Dogeas, Thomas Erlebach, Frank Kammer, Johannes Meintrup, William K. Moses
TL;DR
This work studies exploration and rendezvous on connected temporal graphs through the lens of automorphisms and orbit structure. It introduces the orbit number $r$ as a structural parameter and proves deterministic upper bounds $O(r n^{1+ε})$ for TEXP and $O(n^{1+ε})$ for TRP in the clairvoyant setting, improving on general worst-case bounds when $r$ is sublinear. The paper also establishes lower bounds $Ω(n\log n)$ for TRP on single-orbit graphs and $Ω(rn)$ for TEXP across $r$-orbit graphs, highlighting near-tightness up to $n^{ε}$ factors. A randomized method for constructing a temporal walk visiting an entire orbit with probability at least $1-ε$ achieves $O((n^{5/3}+rn)\log n)$ time using $O(n^{1/3}\log(n/ε))$ scans, and an expectation-based variant avoids dependence on the automorphism group size. Overall, the results demonstrate that graph symmetries can yield substantially faster exploration and rendezvous in temporal networks and open paths for extending to multi-agent and symmetric rendezvous scenarios.
Abstract
Temporal graphs are graphs where the edge set can change in each time step, and the vertex set stays the same. Exploration of temporal graphs whose snapshot in each time step is a connected graph, called connected temporal graphs, has been widely studied. We extend the concept of graph automorphisms from static graphs to temporal graphs and show that symmetries enable faster exploration: We prove that a connected temporal graph with $n$ vertices and orbit number $r$ (i.e., $r$ is the number of automorphism orbits) can be explored in $O(r n^{1+ε})$ time steps, for any fixed $ε>0$. For $r=O(n^c)$ for constant $c<1$, this is a significant improvement over the known tight worst-case bound of $Θ(n^2)$ time steps for arbitrary connected temporal graphs. We also give two lower bounds for exploration, showing that $Ω(n \log n)$ time steps are required for some inputs with $r=O(1)$ and that $Ω(rn)$ time steps are required for some inputs for any $r$ with $1\le r\le n$. The techniques we develop for fast exploration are used to derive the following result for rendezvous in connected temporal graphs: Two agents are placed by an adversary at arbitrary vertices and given full information about the temporal graph, except that they do not have consistent vertex labels. The agents can meet at a common vertex after $O(n^{1+ε})$ time steps, for any $ε>0$. For some connected temporal graphs with constant orbit number we present a complementary lower bound of $Ω(n\log n)$ time steps. Finally, we give a randomized algorithm to construct a temporal walk $W$ that visits all vertices of a given orbit with probability at least $1-ε$ for any $0<ε<1$ such that $W$ spans $O((n^{5/3}+rn)\log n)$ time steps. The runtime of this algorithm consists of $O(n^{1/3} \log (n/ε))$ linear-time scans of the snapshots that exist in this time span.
