Table of Contents
Fetching ...

Reachability in temporal graphs under perturbation

Jessica Enright, Laura Larios-Jones, Kitty Meeks, William Pettersson

TL;DR

The paper investigates reachability in temporal graphs under time perturbations, formalizing δ-perturbations and (δ,ζ)-perturbations to model uncertainty in edge times. The authors introduce Temporal Reachability with Limited Perturbation (TRLP) and Temporal Reachability with Perturbation (TRP) to determine whether a perturbation can raise the maximum reachability to at least $h$, and demonstrate a dichotomy: TRLP is generally NP-hard and [2]-hard in $\zeta$, yet becomes tractable when $\zeta \ge h-1$, with efficient knapsack- and treewidth-based dynamic programs for restricted structures. An XP algorithm enumerates perturbation sets in $n^{O(\zeta)}\log \tau(G,\lambda)$ time, and large-perturbation regimes yield polynomial-time solvability. The results highlight a frontier between general hardness and structural tractability, and contrast reachability robustness with related eccentricity problems that remain hard even under perturbations.

Abstract

Reachability and other path-based measures on temporal graphs can be used to understand spread of infection, information, and people in modelled systems. Due to delays and errors in reporting, temporal graphs derived from data are unlikely to perfectly reflect reality, especially with respect to the precise times at which edges appear. To reflect this uncertainty, we consider a model in which some number $ζ$ of edge appearances may have their timestamps perturbed by $\pmδ$ for some $δ$. Within this model, we investigate temporal reachability and consider the problem of determining the maximum number of vertices any vertex can reach under these perturbations. We show that this problem is intractable in general but is efficiently solvable when $ζ$ is sufficiently large. We also give algorithms which solve this problem in several restricted settings. We complement this with some contrasting results concerning the complexity of related temporal eccentricity problems under perturbation.

Reachability in temporal graphs under perturbation

TL;DR

The paper investigates reachability in temporal graphs under time perturbations, formalizing δ-perturbations and (δ,ζ)-perturbations to model uncertainty in edge times. The authors introduce Temporal Reachability with Limited Perturbation (TRLP) and Temporal Reachability with Perturbation (TRP) to determine whether a perturbation can raise the maximum reachability to at least , and demonstrate a dichotomy: TRLP is generally NP-hard and [2]-hard in , yet becomes tractable when , with efficient knapsack- and treewidth-based dynamic programs for restricted structures. An XP algorithm enumerates perturbation sets in time, and large-perturbation regimes yield polynomial-time solvability. The results highlight a frontier between general hardness and structural tractability, and contrast reachability robustness with related eccentricity problems that remain hard even under perturbations.

Abstract

Reachability and other path-based measures on temporal graphs can be used to understand spread of infection, information, and people in modelled systems. Due to delays and errors in reporting, temporal graphs derived from data are unlikely to perfectly reflect reality, especially with respect to the precise times at which edges appear. To reflect this uncertainty, we consider a model in which some number of edge appearances may have their timestamps perturbed by for some . Within this model, we investigate temporal reachability and consider the problem of determining the maximum number of vertices any vertex can reach under these perturbations. We show that this problem is intractable in general but is efficiently solvable when is sufficiently large. We also give algorithms which solve this problem in several restricted settings. We complement this with some contrasting results concerning the complexity of related temporal eccentricity problems under perturbation.
Paper Structure (5 sections, 8 theorems, 1 figure, 1 algorithm)

This paper contains 5 sections, 8 theorems, 1 figure, 1 algorithm.

Key Result

theorem thmcountertheorem

Given a temporal graph $(G,\lambda)$ and a source vertex $v_s\in V(G)$, a ubiquitous foremost temporal path tree on $v_s$ can be calculated in $O(m(\log n + \log \tau(G,\lambda)))$ time.

Figures (1)

  • Figure 1: Diagram of the construction from \ref{['construction:domset']}.

Theorems & Definitions (14)

  • theorem thmcountertheorem: Theorem 2 in XUAN2003
  • corollary thmcountercorollary
  • Definition 1.1.1
  • Definition 1.1.2
  • lemma thmcounterlemma
  • proof
  • corollary thmcountercorollary
  • lemma thmcounterlemma
  • proof
  • lemma thmcounterlemma
  • ...and 4 more