Combinatorica`
Combinatorica`

MakeGraph

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

MakeGraph[v,f]

頂点が v,および v の中の頂点 のペアの間の辺に対応しており,ブール関数 f によって定義された二項関係がTrueとなるようなグラフを構築する.

詳細とオプション

  • MakeGraphを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
  • MakeGraphTypeVertexLabelの2つのオプションを取る.
  • TypeDirectedUndirectedに設定することができ,有向グラフと無向グラフのどちらを構築するかを指定する.デフォルト設定はDirectedである.
  • VertexLabelTrueFalseに設定でき,デフォルト設定はFalseである.VertexLabel->Trueを使うと,v から導出されたラベルが,グラフの頂点に割り当てられる.
Wolfram Research (2012), MakeGraph, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/MakeGraph.html.

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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