Optimal objective 1.218207529e+04 Where Model.satus=2,which means the optimal solution is available. The optimal objective is equal to 12182.The problem is bounded. Soving the problem by Matlab+cvx+mosek,the output is as follows: Calling Mosek 9.1.9: 115 variables, 50 equality constraints MOS...
I am a new user of CVX and try solve the convex optimal problem recently in SDPT3 mode. However, the result is always this as below: status: Failed Optimal value (cvx_optval): NaN. The MATLAB code is as below: clc; clear all; gamma = 10e-28; ok = 0.5; ck = 1500; B = 4*...