Multiway cut
Let H=(V,E) be a connected hypergraph, and let T⊆V be a set of terminals. A multiway cut with respect to T is a subset F⊆E of hyperedges such that the terminals are in different components of the hypergraph H′=(V,E∖F).
A similar notion can be defined if no terminals are given (in some papers, this is also referred to as multiway cut). Let H=(V,E) be a connected hypergraph and k≥2 an integer. A k-way cut of H is a subset F⊆E of hyperedges such that the hypergraph H′=(V,E∖F) has at least k components.
Let c:E→R+ be a capacity function on the hyperedges. A mimimum k-way cut is a k-way cut F for which ∑e∈Fc(e) is minimal.
Submodular generalization
Given a submodular function b on ground set V and a subset {t1…,tk}⊆V of terminals, the submodular multiway partition problem is to find a partition V1,…,Vk such that ti∈Vi and ∑b(Vi) is minimized. The minimum multiway cut problem for graphs is a special case, where b is the cut function. The minimum multiway cut problem in hypergraphs can also be reduced to this problem.
One can define the submodular k-way partition problem analogously: there are no given terminals, and the sets Vi are required to be non-empty.