FindVertexColoring
グラフ g の頂点について最小サイズの彩色を求める.
FindVertexColoring[g,{c1,c2,…}]
グラフ g の頂点について彩色{c1,c2,…,ck}を求める.
詳細とオプション
- FindVertexColoringはグラフ彩色および頂点のラベル付けとしても知られている.
- FindVertexColoringは,通常,スケジューリングや割当て問題のモデル化に使われる.
- FindVertexColoring[g]は,g の頂点について最小サイズの彩色{c1,c2,…,ck}を与える.ただし,ciは整数で指標 i と j を持った g の2つの隣接頂点 viと vjについてciと cjは等しくてはならない.
- FindVertexColoring[g,{c1,c2,…}]は指定された色 ciを使う.
- FindVertexColoring[g,l]は,事実上,FindVertexColoring[g,{1,2,…,l}]に等しい.
例題
すべて開くすべて閉じるスコープ (7)
FindVertexColoringは無向グラフに使うことができる:
FindVertexColoringは大きいグラフに使うことができる:
アプリケーション (5)
基本的なアプリケーション (2)
日程を組む (1)
モバイル無線周波数の割当て (1)
特性と関係 (6)
FindVertexColoringを使ってVertexChromaticNumberを計算する:
Wolfram Research (2021), FindVertexColoring, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindVertexColoring.html.
テキスト
Wolfram Research (2021), FindVertexColoring, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindVertexColoring.html.
CMS
Wolfram Language. 2021. "FindVertexColoring." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FindVertexColoring.html.
APA
Wolfram Language. (2021). FindVertexColoring. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindVertexColoring.html