I am looking for practical applications of semidefinite- programming. So far, I found that the low-rank matrix completion problem (recomendendattion matrices) can be expressed as a semidefinite program. The same goes for the combinatorial problem MAX-CUT.
- What is a practical applications of the MAX-CUT problem?
- What would be a third practical applications of semidefinite programming?
Would be nice if anyone could recommend any references. Thanks.
How would I have to choose A_i if I want to transform min tr(Q) s.t. A(Q)=b,Q⪰O to the standard sdp form min tr(C,Q) s.t. Q⪰O ,tr(A_i,Q)=b_i . – P.Müller Apr 03 '19 at 04:49
Matrix([[ 1, 0], [-1/2, sqrt(3)/2], [-1/2, -sqrt(3)/2], [-3/2, -sqrt(3)/2], [ 0, sqrt(3)], [ 3/2, -sqrt(3)/2]])? – P.Müller Apr 08 '19 at 06:42