Multiway cut

From Egres Open
Jump to: navigation, search

Let H=(V,E) be a connected hypergraph, and let TV be a set of terminals. A multiway cut with respect to T is a subset FE of hyperedges such that the terminals are in different components of the hypergraph H=(V,EF).

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 k2 an integer. A k-way cut of H is a subset FE of hyperedges such that the hypergraph H=(V,EF) has at least k components.

Let c:ER+ be a capacity function on the hyperedges. A mimimum k-way cut is a k-way cut F for which eFc(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 tiVi 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.