Jump to content

Graph bisection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexsoddy (talk | contribs) at 21:45, 14 January 2010 (Added {{article issues}} with parameters context, notability, unencyclopedic, unreferenced and wikify tag to article using Friendly). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The graph bisection problem in mathematics consists of dividing a graph into two pieces, such that the pieces are of about the same size and there are few connections between the pieces.

Consider a graph , where V denotes the set of vertices and E the set of edges. The standard (unweighted) version of the graph bisection problem is: Given G, partition V into two parts (subsets) V1, V2 such that the two parts are disjoint and have equal size, and the number of edges with endpoints in different parts is minimized. In practical applications, a small imbalance in the part sizes is usually allowed.

The graph bisection problem correspond to the graph partitioning problem when the number of partitions is equal to two.