FindCycle[g]
グラフ g の閉路を定義する頂点のリストを見付ける.
FindCycle
FindCycle[g]
グラフ g の閉路を定義する頂点のリストを見付ける.
詳細とオプション
- FindCycleの機能はWolfram言語の組込み関数FindCycleで利用できるようになった.
- FindCycleを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (2)
Needs["Combinatorica`"]g = FromUnorderedPairs[{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {1, 5}, {1, 6}}];ShowGraph[g]FindCycle[g]この関数の代りに,Mathematica カーネルのFindCycleが使われるようになった:
g = Graph[{12, 15, 23, 34, 45, 16}]FindCycle[g]テクニカルノート
テキスト
Wolfram Research (2012), FindCycle, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/FindCycle.html.
CMS
Wolfram Language. 2012. "FindCycle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/FindCycle.html.
APA
Wolfram Language. (2012). FindCycle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/FindCycle.html
BibTeX
@misc{reference.wolfram_2026_findcycle, author="Wolfram Research", title="{FindCycle}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/FindCycle.html}", note=[Accessed: 08-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_findcycle, organization={Wolfram Research}, title={FindCycle}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/FindCycle.html}, note=[Accessed: 08-August-2026]}