I use Mosek to solve this nuclear minimization problem, but it returned “error”, could someone tell me why?
matlab code:-------------------------------------------
function [W]=mysolve_sdp(A,c,A0,t0)
n=156;
I use Mosek to solve this nuclear minimization problem, but it returned “error”, could someone tell me why?
matlab code:-------------------------------------------
function [W]=mysolve_sdp(A,c,A0,t0)
n=156;
It says no enough space.
By the way I have only seen min-nuclear norm problem with equality constraints, is such nuclear norm minimizing problem with inequality constraints solvable?
Not enough space means it ran out of memory. You can have all kinds of linear constraints you want. Can you post full log output from the solve?