English

Exploiting Automorphisms of Temporal Graphs for Fast Exploration and Rendezvous

Data Structures and Algorithms 2024-07-19 v2

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 nn vertices and orbit number rr (i.e., rr is the number of automorphism orbits) can be explored in O(rn1+ϵ)O(r n^{1+\epsilon}) time steps, for any fixed ϵ>0\epsilon>0. For r=O(nc)r=O(n^c) for constant c<1c<1, this is a significant improvement over the known tight worst-case bound of Θ(n2)\Theta(n^2) time steps for arbitrary connected temporal graphs. We also give two lower bounds for exploration, showing that Ω(nlogn)\Omega(n \log n) time steps are required for some inputs with r=O(1)r=O(1) and that Ω(rn)\Omega(rn) time steps are required for some inputs for any rr with 1rn1\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(n1+ϵ)O(n^{1+\epsilon}) time steps, for any ϵ>0\epsilon>0. For some connected temporal graphs with constant orbit number we present a complementary lower bound of Ω(nlogn)\Omega(n\log n) time steps. Finally, we give a randomized algorithm to construct a temporal walk WW that visits all vertices of a given orbit with probability at least 1ϵ1-\epsilon for any 0<ϵ<10<\epsilon<1 such that WW spans O((n5/3+rn)logn)O((n^{5/3}+rn)\log n) time steps. The runtime of this algorithm consists of O(n1/3log(n/ϵ))O(n^{1/3} \log (n/\epsilon)) linear-time scans of the snapshots that exist in this time span.

Keywords

Cite

@article{arxiv.2312.07140,
  title  = {Exploiting Automorphisms of Temporal Graphs for Fast Exploration and Rendezvous},
  author = {Konstantinos Dogeas and Thomas Erlebach and Frank Kammer and Johannes Meintrup and William K. Moses},
  journal= {arXiv preprint arXiv:2312.07140},
  year   = {2024}
}
R2 v1 2026-06-28T13:48:12.793Z