FindVertexCut

FindVertexCut[g]

グラフ g の最小頂点切断を求める.

FindVertexCut[g,s,t]

グラフ g の最小 s-t 頂点切断を求める.

FindVertexCut[{vw,},]

規則 vw を使ってグラフ g を指定する.

詳細

  • 頂点切断は頂点切断集合または分離集合としても知られている.
  • グラフ g の頂点切断とは,g から削除されると g の接続が切断される頂点のリストのことである.
  • s-t 頂点切断とは,g から削除されると st という2つの異なる連結成分を持つ g の接続が切断される頂点のリストのことである.
  • 非連結グラフの場合,FindVertexCutは空リスト{}を返す.

例題

すべて開くすべて閉じる

  (2)

最小頂点切断を求める:

頂点切断をハイライトする:

2頂点間の最小頂点切断を求める:

スコープ  (6)

FindVertexCutは無向グラフに使うことができる:

有向グラフに使う:

多重グラフ:

混合グラフ:

最小 s-t 頂点切断:

規則を使ってグラフを指定する:

特性と関係  (1)

VertexConnectivityを使って頂点切断の大きさを求める:

Wolfram Research (2012), FindVertexCut, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindVertexCut.html (2015年に更新).

テキスト

Wolfram Research (2012), FindVertexCut, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindVertexCut.html (2015年に更新).

CMS

Wolfram Language. 2012. "FindVertexCut." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/FindVertexCut.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_findvertexcut, author="Wolfram Research", title="{FindVertexCut}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/FindVertexCut.html}", note=[Accessed: 13-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findvertexcut, organization={Wolfram Research}, title={FindVertexCut}, year={2015}, url={https://reference.wolfram.com/language/ref/FindVertexCut.html}, note=[Accessed: 13-November-2024 ]}