In computer science, the minimum routing cost spanning tree of a weighted graph is a spanning tree minimizing the sum of pairwise distances between vertices in the tree. It is also called the optimum distance spanning tree, shortest total path length spanning tree, minimum total distance spanning tree, or minimum average distance spanning tree. In an unweighted graph, this is the spanning tree of minimum Wiener index.[1]Hu (1974) writes that the problem of constructing these trees was proposed by Francesco Maffioli.[2]
It is NP-hard to construct it, even for unweighted graphs.[3][4] However, it has a polynomial-time approximation scheme. The approximation works by choosing a number that depends on the approximation ratio but not on the number of vertices of the input graph, and by searching among all trees with internal nodes.[5]
The minimum routing cost spanning tree of an unweighted interval graph can be constructed in linear time.[6] A polynomial time algorithm is also known for distance-hereditary graphs, weighted so that the weighted distances are hereditary.[7]
Fairness considerations
Several works assume that different people may have different preferences on edges in the graph, and the goal is to find a spanning tree that is "socially" best.
Darmann, Klamler and Pferschy present a greedy algorithm that finds such a spanning tree.[8]
Escoffier, Gourvès and Monnot study the problem under the egalitarian rule - maximizing the smallest utility of an agent.[9]
Galand, Perny and Spanjaard study the problem under the criterion of minimizing the Choquet integral.[10]
See also
Optimal network design - the problem of finding a spanning set (not necessarily a tree) that minimizes the sum of shortest path lengths.
References
^Dobrynin, Andrey A.; Entringer, Roger; Gutman, Ivan (2001). "Wiener index of trees: theory and applications". Acta Applicandae Mathematicae. 66 (3): 211–249. doi:10.1023/A:1010767517079.
^Dahlhaus, Elias; Dankelmann, Peter; Ravi, R. (2004). "A linear-time algorithm to compute a MAD tree of an interval graph". Information Processing Letters. 89 (5): 255–259. doi:10.1016/j.ipl.2003.11.009. MR2032568.