count of minimum spanning tree with adjacency matrix of a graph

1 次查看(过去 30 天)
Hi friends I have a graph and it's adjacency matrix How can i calculate count of minimum spanning tree with matlab ? Thanks

回答(2 个)

Walter Roberson
Walter Roberson 2016-8-9
编辑:Walter Roberson 2016-8-9

Steven Lord
Steven Lord 2016-8-9
Take a look at the minspantree method of the graph and digraph classes.
  1 个评论
Walter Roberson
Walter Roberson 2016-8-9
That method appears to find one minimum spanning tree, and does not appear to allow one to count the spanning trees.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by