Cutfunktion
Cutfunktion, in graph theory often called the cut function, assigns to each subset of vertices S of a graph G = (V, E) a nonnegative value that measures the total weight of edges crossing the cut between S and its complement V \ S. Formally, for a weighted graph with edge weights w: E → R≥0, the cut value is f(S) = sum of w(e) over all edges e with exactly one endpoint in S. In an unweighted graph this reduces to counting the crossing edges. The domain of the cutfunktion is the power set of V, and the function is symmetric: f(S) = f(V \ S). It is zero for S = ∅ and for S = V.
Properties and variants: The cutfunktion is a classic example of a symmetric submodular set function, satisfying
Computation and applications: The minimum cut problem seeks a subset S that minimizes f(S). In undirected graphs
Variants and extensions include weighted and directed cuts, multiway cuts, and interpretations within submodular optimization where