English

New Approximations for Temporal Vertex Cover on Always Star Temporal Graphs

Data Structures and Algorithms 2026-04-14 v1

Abstract

Modern networks are highly dynamic, and temporal graphs capture these changes through discrete edge appearances on a fixed vertex set, known in advance up to the graph's lifetime. The Vertex Cover problem extends to the temporal setting as Temporal Vertex Cover (TVC) and Sliding Window Temporal Vertex Cover (SW-TVC). In TVC, each edge is covered by one endpoint over the lifetime, while in SW-TVC, edges are covered within every Δ\Delta-step window. In always star temporal graphs, each snapshot is a star with a center that may change at each time step. TVC is NP-complete on always star temporal graphs, but an FPT algorithm parameterized by Δ\Delta solves it optimally in O(TΔ(n+m)2Δ)O(T\Delta (n+m)\cdot 2^\Delta). This paper presents two polynomial-time approximation algorithms for SW-TVC on always star temporal graphs, achieving 2Δ12\Delta-1 and Δ1\Delta-1 approximation ratios with running times O(T)O(T) and O(TmΔ2)O(Tm\Delta^2), respectively. These algorithms provide exact solutions for Δ=1\Delta=1 and Δ2\Delta\leq 2. Additionally, we offer the first implementation and experimental evaluation of state-of-the-art approximation algorithms with dd and d1d-1 approximation ratios, where dd is the maximum degree of any snapshot. Our experiments on artificially generated always star temporal graphs show that the new approximation algorithms outperform the known d1d-1 approximation in running time, even in some cases where Δ>d\Delta >d. We test state-of-the-art algorithms on real-world data and observe that the d1d-1 approximation algorithm outperforms the analytically better dd approximation algorithm in running time when implemented as described in the original paper. However, a novel implementation of the dd approximation algorithm significantly improves its runtime, surpassing d1d-1 in practice. Nonetheless, the d1d-1 approximation consistently computes smaller solutions.

Keywords

Cite

@article{arxiv.2604.10801,
  title  = {New Approximations for Temporal Vertex Cover on Always Star Temporal Graphs},
  author = {Sophia Heck and Eleni Akrida},
  journal= {arXiv preprint arXiv:2604.10801},
  year   = {2026}
}

Comments

Abstract shortened to fit character limit

R2 v1 2026-07-01T12:05:17.526Z