MIT-SPARK/STRIDE

Can it be used with CVX toolbox?

19982084685 opened this issue · 2 comments

I have some SDP problems to solve and I have implemented them in MATLAB using CVX. But the sedumi solver is not good enough, I want to try it with your solver, but I don't know how to start. Do you have any suggestions? Thank you in advance.

Does your SDP problem come from a convex relaxation of a polynomial optimization problem?

I have some SDP problems to solve and I have implemented them in MATLAB using CVX. But the sedumi solver is not good enough, I want to try it with your solver, but I don't know how to start. Do you have any suggestions? Thank you in advance.

I am coding the Rank-Constrained Separable Semidefinite Programming Optimal Beamforming (SDR) with CVX. But I think it's hard for me to reproducing pseudocode.