Parameterized Complexity of Temporal Connected Components: Treewidth and k-Path Graphs
By: Argyrios Deligkas , Michelle Döring , Eduard Eiben and more
Potential Business Impact:
Helps find connected groups in changing networks.
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.
Similar Papers
Matching and Edge Cover in Temporal Graphs
Data Structures and Algorithms
Finds best paths in time-changing networks.
Accelerating Historical K-Core Search in Temporal Graphs
Databases
Finds important connections in changing data faster.
Temporal Graph Reconfiguration for Always-Connected Graphs
Data Structures and Algorithms
Fixes changing networks while they still work.