GoemansWilliamsonin
The Goemans–Williamson algorithm is a randomized approximation algorithm for the Max-Cut problem, introduced by Michel Goemans and David Williamson in 1995. It provides a guaranteed approximation ratio of at least about 0.878 for every instance, making it one of the most cited SDP-based approaches in combinatorial optimization.
The problem, Max-Cut, asks for a partition of the vertices of a graph into two groups to
After obtaining the vectors, the algorithm performs a randomized rounding step: a random hyperplane through the
The technique is influential in the study of approximation algorithms and SDP rounding, and it remains a