Questions: Semidefinite Programming Relaxation

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

In the Goemans-Williamson MAX-CUT algorithm, each vertex i is assigned a unit vector v_i in R^n, and the SDP maximizes sum_{(i,j) in E} (1 - v_i · v_j) / 2. The rounding step picks a random hyperplane and cuts based on which side each vector falls. Why does this rounding achieve ratio ~0.878?

AThe hyperplane always cuts at least 87.8% of edges
BFor each edge (i,j), the probability the hyperplane separates v_i and v_j is arccos(v_i · v_j) / pi, and the ratio arccos(x)/(pi * (1-x)/2) is minimized at ~0.878 over x in [-1,1], giving a worst-case ratio of ~0.878 between the rounded solution and the SDP value
CThe SDP relaxation has integrality gap exactly 0.878
DThe random hyperplane is chosen to maximize the cut, not chosen randomly
Question 2 True / False

SDP relaxations are strictly more powerful than LP relaxations: for any combinatorial optimization problem, the SDP integrality gap is at most the LP integrality gap.

TTrue
FFalse
Question 3 Short Answer

Explain the connection between the Unique Games Conjecture and the optimality of the Goemans-Williamson MAX-CUT algorithm.

Think about your answer, then reveal below.
Question 4 True / False

SDPs can be solved exactly in polynomial time using interior point methods.

TTrue
FFalse