ListGraphs
詳細とオプション
- ListGraphsの機能はWolfram言語の組込み関数GraphDataで利用できるようになった.
- ListGraphsを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (2)
Needs["Combinatorica`"]g = ListGraphs[3];ShowGraph /@ gListGraphsの代りにGraphDataが使われるようになった:
g = GraphData /@ GraphData[3]テクニカルノート
テキスト
Wolfram Research (2012), ListGraphs, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html.
CMS
Wolfram Language. 2012. "ListGraphs." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html.
APA
Wolfram Language. (2012). ListGraphs. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html
BibTeX
@misc{reference.wolfram_2026_listgraphs, author="Wolfram Research", title="{ListGraphs}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html}", note=[Accessed: 13-July-2026]}
BibLaTeX
@online{reference.wolfram_2026_listgraphs, organization={Wolfram Research}, title={ListGraphs}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html}, note=[Accessed: 13-July-2026]}