An edge cut in a multigraph is a multisubset such that is not connected

In other words, it partitions the vertices of a graph into two disjoint subsets.

The Min-Cut problem aims to find the edge-cut of minimum cardinality, defined as .

See also

References