Combinatorica`
Combinatorica`

ShortestPathSpanningTree

バージョン10で,Combinatorica パッケージの機能のほとんどがWolframシステムに組み込まれた. »

ShortestPathSpanningTree[g,v]

グラフ gv から他のどの頂点への最短経路も木の経路であるように,v を根とする最短経路全域木を構築する.

詳細とオプション

  • ShortestPathSpanningTreeの機能はWolfram言語の組込み関数FindSpanningTreeで利用できるようになった.
  • ShortestPathSpanningTreeを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
  • AutomaticDijkstraBellmanFordのいずれかを取るオプションAlgorithmが提供される.これにより,DijkstraアルゴリズムとBellmanFordアルゴリズムのどちらかを選ぶことができる.
  • デフォルトはAlgorithm->Automaticである.この場合,辺が負の重みを持つかどうかにより,またグラフの密度に基づいて,アルゴリズムがBellmanFordDijkstraを選択する.

例題

  (2)

ShortestPathSpanningTreeの代りにFindSpanningTreeが使われるようになった:

Wolfram Research (2012), ShortestPathSpanningTree, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html.

テキスト

Wolfram Research (2012), ShortestPathSpanningTree, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html.

CMS

Wolfram Language. 2012. "ShortestPathSpanningTree." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html.

APA

Wolfram Language. (2012). ShortestPathSpanningTree. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html

BibTeX

@misc{reference.wolfram_2024_shortestpathspanningtree, author="Wolfram Research", title="{ShortestPathSpanningTree}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_shortestpathspanningtree, organization={Wolfram Research}, title={ShortestPathSpanningTree}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/ShortestPathSpanningTree.html}, note=[Accessed: 17-November-2024 ]}