Combinatorica`
Combinatorica`

ListGraphs

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

ListGraphs[n,m]

頂点が n 個,辺が m 本の非同型無向グラフをすべて返す.

ListGraphs[n,m,Directed]

頂点が n 個,辺が m 本の非同型有向グラフをすべて返す.

ListGraphs[n]

頂点が n 個の非同型無向グラフをすべて返す.

ListGraphs[n,Directed]

頂点が n 個の非同型有向グラフをすべて返す.

詳細とオプション

  • ListGraphsの機能はWolfram言語の組込み関数GraphDataで利用できるようになった.
  • ListGraphsを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.

例題

  (2)

ListGraphsの代りにGraphDataが使われるようになった:

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

テキスト

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_2024_listgraphs, author="Wolfram Research", title="{ListGraphs}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/ListGraphs.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

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