The Minimum Wiener Connector
Abstract
The Wiener index of a graph is the sum of all pairwise shortest-path distances between its vertices. In this paper we study the novel problem of finding a minimum Wiener connector: given a connected graph and a set of query vertices, find a subgraph of that connects all query vertices and has minimum Wiener index. We show that The Minimum Wiener Connector admits a polynomial-time (albeit impractical) exact algorithm for the special case where the number of query vertices is bounded. We show that in general the problem is NP-hard, and has no PTAS unless . Our main contribution is a constant-factor approximation algorithm running in time . A thorough experimentation on a large variety of real-world graphs confirms that our method returns smaller and denser solutions than other methods, and does so by adding to the query set a small number of important vertices (i.e., vertices with high centrality).
Cite
@article{arxiv.1504.00513,
title = {The Minimum Wiener Connector},
author = {Natali Ruchansky and Francesco Bonchi and David Garcia-Soriano and Francesco Gullo and Nicolas Kourtellis},
journal= {arXiv preprint arXiv:1504.00513},
year = {2016}
}
Comments
Published in Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data