AllPairsShortestPath
AllPairsShortestPath[g]
番目の項目が g の頂点 と の間の最短経路の長さとなるような行列を返す.
AllPairsShortestPath[g,Parent]
次元2*V[g]*V[g]の3次元行列を返す.ここで番目の項目は から までの最短経路の長さであり,番目の項目は から までの最短経路における の先行点である.
詳細とオプション
- AllPairsShortestPathの機能はWolfram言語の組込み関数GraphDistanceMatrixで利用できるようになった.
- AllPairsShortestPathを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (2)
AllPairsShortestPathの代りにGraphDistanceMatrixが使われるようになった:
テキスト
Wolfram Research (2012), AllPairsShortestPath, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/AllPairsShortestPath.html.
CMS
Wolfram Language. 2012. "AllPairsShortestPath." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/AllPairsShortestPath.html.
APA
Wolfram Language. (2012). AllPairsShortestPath. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/AllPairsShortestPath.html