๐
๐
The Cartographer
New Approximations for Temporal Vertex Cover on Always Star Temporal Graphs
April 12, 2026 ยท Grace Period ยท + Add venue
Authors
Sophia Heck, Eleni Akrida
arXiv ID
2604.10801
Category
cs.DS: Data Structures & Algorithms
Citations
0
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 $ฮ$-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 $ฮ$ solves it optimally in $O(Tฮ(n+m)\cdot 2^ฮ)$. This paper presents two polynomial-time approximation algorithms for SW-TVC on always star temporal graphs, achieving $2ฮ-1$ and $ฮ-1$ approximation ratios with running times $O(T)$ and $O(Tmฮ^2)$, respectively. These algorithms provide exact solutions for $ฮ=1$ and $ฮ\leq 2$. Additionally, we offer the first implementation and experimental evaluation of state-of-the-art approximation algorithms with $d$ and $d-1$ approximation ratios, where $d$ 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 $d-1$ approximation in running time, even in some cases where $ฮ>d$. We test state-of-the-art algorithms on real-world data and observe that the $d-1$ approximation algorithm outperforms the analytically better $d$ approximation algorithm in running time when implemented as described in the original paper. However, a novel implementation of the $d$ approximation algorithm significantly improves its runtime, surpassing $d-1$ in practice. Nonetheless, the $d-1$ approximation consistently computes smaller solutions.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Data Structures & Algorithms
R.I.P.
๐ป
Ghosted
Route Planning in Transportation Networks
R.I.P.
๐ป
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
๐ป
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
๐ป
Ghosted
Graph Isomorphism in Quasipolynomial Time
๐
๐
The Cartographer