Question 14
Let be a graph. A cut in is a partition of into two sets. Let be a subset of vertices. The cost of the cut , denoted by cost, equals the number of edges between and , i.e., the size of the set . The edges that have one endpoint in and the other in are said to cross the cut.
The Maximum Cut Problem takes a graph as input and the objective is to find a cut with maximum cost.
Based on the above data, answer the given subquestions.
For , a -approximation algorithm for maximum cut is an algorithm that is guaranteed to produce a cut whose cost is at least of the cost of the optimal cut of the input instance.
Suppose we can devise an algorithm that, given a graph on edges, is guaranteed to find a cut whose cost is at least . Such an algorithm would be: