Sliding window temporal graph coloring

作者:

Highlights:

摘要

Graph coloring is one of the most famous computational problems with applications in a wide range of areas such as planning and scheduling, resource allocation, and pattern matching. So far coloring problems are mostly studied on static graphs, which often stand in contrast to practice where data is inherently dynamic. A temporal graph has an edge set that changes over time. We present a natural temporal extension of the classical graph coloring problem. Given a temporal graph and integers k and Δ, we ask for a coloring sequence with at most k colors for each vertex such that in every time window of Δ consecutive time steps, in which an edge is present, this edge is properly colored at least once. We thoroughly investigate the computational complexity of this temporal coloring problem. More specifically, we prove strong computational hardness results, complemented by efficient exact and approximation algorithms.

论文关键词:Time-varying graph,Link stream,NP-hardness,Parameterized complexity,Fixed-parameter tractability,Channel assignment

论文评审过程:Received 5 December 2019, Revised 2 November 2020, Accepted 18 March 2021, Available online 7 April 2021, Version of Record 10 April 2021.

论文官网地址:https://doi.org/10.1016/j.jcss.2021.03.005