Minimum routing cost spanning tree
Appearance
Shortest total path length spanning tree
Input: n-node undirected graph G(V,E); positive integer B.
Question: Is there a spanning tree T(V,F) of G such that the sum over all pairs of nodes u and v of the length of the path between u and v in T is no greater than B?
References
- . ISBN 0716710455.
{{cite book}}
: Missing or empty|title=
(help); Unknown parameter|Author=
ignored (|author=
suggested) (help); Unknown parameter|Publisher=
ignored (|publisher=
suggested) (help); Unknown parameter|Title=
ignored (|title=
suggested) (help); Unknown parameter|Year=
ignored (|year=
suggested) (help) A2.1: ND3, pg.206.