The Minimum Graph Bisection Problem
|
||||||||||
Description:The Bisection problem is a classified NP-hard optimization problem. It can be defined as: Input: Output: |
|
|||||||||
QuestionA bisection of a graph G=(V,E) with
an even number of vertices is a pair of disjoint subsets V1,V2
This problem arises frequently in real world applications, such as parallel scientific computing, VLSI design, or task scheduling. |
||||||||||
Problem InstancesIn order to define an instance of this problem we need to provide all the information about the Graph. This means: his Vertex Set and the associated Edge Set between pairs of vertexs. The edges are unweighted. |
||||||||||
Related Bibliography and Papers
|
||||||||||
|
|
||||||||||