主題
Search


給定一個帶權重的無向圖 G=(V,E) 和一個 圖劃分V 分成兩個集合 AB, G 關於 AB 的割定義為

 cut(A,B)=sum_(i in A,j in B)W(i,j),

其中 W(i,j) 表示連線頂點 ij 的邊的權重。割的權重是跨越割的邊的權重之和。


另請參閱

割點, 分支切割, 邊割, 最大割, 最小割, 頂點割

使用 探索

參考文獻

Demmel, J. "CS 267: Lectures 20 and 21, Mar 21, 1996 and Apr 2, 1999. Graph Partitioning, Part 1." http://www.cs.berkeley.edu/~demmel/cs267/lecture18/lecture18.html.

在 上被引用

請引用為

Weisstein, Eric W. "Cut." 來自 Web 資源。 https://mathworld.tw/Cut.html

主題分類