Parameterized Complexity of Temporal Connected Components: Treewidth and k-Path Graphs
Argyrios Deligkas, Michelle Döring, Eduard Eiben, Tiger-Lily Goldsmith, George Skretas, Georg Tennigkeit
TL;DR
This paper investigates the parameterized complexity of maximum temporal connected components (tccs) in temporal graphs, focusing on open (oTCC) and closed (cTCC) variants under structural parameter treewidth $tw$ and temporal parameter $tpn$. It shows that neither $tw$ nor $tpn$ alone yields fixed-parameter tractability: both variants are $ ext{NP-hard}$ even at $tw=9$, and $cTCC$ is $ ext{NP-hard}$ for $tpn=6$, while $oTCC$ is in $ ext{XP}$ with respect to $tpn$. The authors identify tractable regimes by combining parameters, proving $ ext{FPT}$ algorithms for $(tw+tpn)$, $(tw+ abla)$, and $(tw+ ext{Δ}^t)$, and provide an MSO-based framework; they also obtain an $ ext{XP}$ algorithm for $oTCC$ on $k$-path graphs with running time $O(n^{2\mathrm{tpn}+1})$ via a VC-dimension argument. Additionally, they establish $ ext{NP-hard}$ness via a construction that uses non-transitivity gadgets to keep treewidth bounded, and discuss extensions to monotone path graphs where $tpn$ alone yields $ ext{FPT}$. Overall, the results map a nuanced landscape for tractability depending on how structural and temporal constraints are combined.
Abstract
We study the parameterized complexity of maximum temporal connected components (tccs) in temporal graphs, i.e., graphs that deterministically change over time. In a tcc, any pair of vertices must be able to reach each other via a time-respecting path. We consider both problems of maximum open tccs (openTCC), which allow temporal paths through vertices outside the component, and closed tccs (closedTCC) which require at least one temporal path entirely within the component for every pair. We focus on the structural parameter of treewidth, tw, and the recently introduced temporal parameter of temporal path number, tpn, which is the minimum number of paths needed to fully describe a temporal graph. We prove that these parameters on their own are not sufficient for fixed parameter tractability: both openTCC and closedTCC are NP-hard even when tw=9, and closedTCC is NP-hard when tpn=6. In contrast, we prove that openTCC is in XP when parameterized by tpn. On the positive side, we show that both problem become fixed parameter tractable under various combinations of structural and temporal parameters that include, tw plus tpn, tw plus the lifetime of the graph, and tw plus the maximum temporal degree.
