MIT-SPARK / STRIDE

Solver for Large-Scale Rank-One Semidefinite Relaxations
66 stars 11 forks source link

Can it be used with CVX toolbox? #1

Open 19982084685 opened 2 years ago

19982084685 commented 2 years ago

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.

hankyang94 commented 2 years ago

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

xxz0128 commented 11 months ago

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.