English

Timeline Problems in Temporal Graphs: Vertex Cover vs. Dominating Set

Data Structures and Algorithms 2025-10-10 v1 Computational Complexity

Abstract

A temporal graph is a finite sequence of graphs, called snapshots, over the same vertex set. Many temporal graph problems turn out to be much more difficult than their static counterparts. One such problem is \textsc{Timeline Vertex Cover} (also known as \textsc{MinTimeline_\infty}), a temporal analogue to the classical \textsc{Vertex Cover} problem. In this problem, one is given a temporal graph G\mathcal{G} and two integers kk and \ell, and the goal is to cover each edge of each snapshot by selecting for each vertex at most kk activity intervals of length at most \ell each. Here, an edge uvuv in the iith snapshot is covered, if an activity interval of uu or vv is active at time ii. In this work, we continue the algorithmic study of \textsc{Timeline Vertex Cover} and introduce the \textsc{Timeline Dominating Set} problem where we want to dominate all vertices in each snapshot by the selected activity intervals. We analyze both problems from a classical and parameterized point of view and also consider partial problem versions, where the goal is to cover (dominate) at least tt edges (vertices) of the snapshots. With respect to the parameterized complexity, we consider the temporal graph parameters vertex-interval-membership-width (vimw)(vimw) and interval-membership-width (imw)(imw). We show that all considered problems admit FPT-algorithms when parameterized by vimw+k+vimw + k+\ell. This provides a smaller parameter combination than the ones used for previously known FPT-algorithms for \textsc{Timeline Vertex Cover}. Surprisingly, for imw+k+imw+ k+\ell, \textsc{Timeline Dominating Set} turns out to be easier than \textsc{Timeline Vertex Cover}, by also admitting an FPT-algorithm, whereas the vertex cover version is NP-hard even if imw+k+imw+\, k+\ell is constant. We also consider parameterization by combinations of nn, the vertex set size, with kk or \ell and parameterization by tt.

Keywords

Cite

@article{arxiv.2510.08124,
  title  = {Timeline Problems in Temporal Graphs: Vertex Cover vs. Dominating Set},
  author = {Anton Herrmann and Christian Komusiewicz and Nils Morawietz and Frank Sommer},
  journal= {arXiv preprint arXiv:2510.08124},
  year   = {2025}
}
R2 v1 2026-07-01T06:26:35.804Z