Temporal Matching
Abstract
A link stream is a sequence of pairs of the form , where represents a time instant and . Given an integer , the -edge between vertices and , starting at time , is the set of temporally consecutive edges defined by . We introduce the notion of temporal matching of a link stream to be an independent -edge set belonging to the link stream. We show that the problem of computing a temporal matching of maximum size is NP-hard as soon as . We depict a kernelization algorithm parameterized by the solution size for the problem. As a byproduct we also give a -approximation algorithm. Both our -approximation and kernelization algorithms are implemented and confronted to link streams collected from real world graph data. We observe that finding temporal matchings is a sensitive question when mining our data from such a perspective as: managing peer-working when any pair of peers and are to collaborate over a period of one month, at an average rate of at least two email exchanges every week. We furthermore design a link stream generating process by mimicking the behaviour of a random moving group of particles under natural simulation, and confront our algorithms to these generated instances of link streams. All the implementations are open source.
Cite
@article{arxiv.1812.08615,
title = {Temporal Matching},
author = {Julien Baste and Binh-Minh Bui-Xuan and Antoine Roux},
journal= {arXiv preprint arXiv:1812.08615},
year = {2019}
}
Comments
Submitted