English

The Minimum Wiener Connector

Social and Information Networks 2016-10-18 v2 Data Structures and Algorithms

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 G=(V,E)G=(V,E) and a set QVQ\subseteq V of query vertices, find a subgraph of GG 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 P=NP\mathbf{P} = \mathbf{NP}. Our main contribution is a constant-factor approximation algorithm running in time O~(QE)\widetilde{O}(|Q||E|). 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 QQ a small number of important vertices (i.e., vertices with high centrality).

Keywords

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

R2 v1 2026-06-22T09:08:46.753Z