Lukas' Notes

Definition

Maximum Cut Optimisation Problem

Instance: A finite simple undirected graph .

Feasible solutions: Bipartitions with and ; either part may be empty.

Objective: Maximise the number of crossing edges:

\operatorname{CUT}(A,B)=\{\{u,v\}\in E:u\in A,\ v\in B\}.$$ Each edge has unit value. An edge contributes precisely when its endpoints lie on opposite sides.