English

Diameter Minimization by Shortcutting with Degree Constraints

Data Structures and Algorithms 2023-02-14 v2 Social and Information Networks

Abstract

We consider the problem of adding a fixed number of new edges to an undirected graph in order to minimize the diameter of the augmented graph, and under the constraint that the number of edges added for each vertex is bounded by an integer. The problem is motivated by network-design applications, where we want to minimize the worst case communication in the network without excessively increasing the degree of any single vertex, so as to avoid additional overload. We present three algorithms for this task, each with their own merits. The special case of a matching augmentation, when every vertex can be incident to at most one new edge, is of particular interest, for which we show an inapproximability result, and provide bounds on the smallest achievable diameter when these edges are added to a path. Finally, we empirically evaluate and compare our algorithms on several real-life networks of varying types.

Keywords

Cite

@article{arxiv.2209.00370,
  title  = {Diameter Minimization by Shortcutting with Degree Constraints},
  author = {Florian Adriaens and Aristides Gionis},
  journal= {arXiv preprint arXiv:2209.00370},
  year   = {2023}
}

Comments

A shorter version of this work has been accepted at the IEEE ICDM 2022 conference

R2 v1 2026-06-28T00:33:28.288Z