Dear Johan Löfberg,
I face a problem when solving the following SDP using MOSEK 9.3 with YALMIP in MATLAB R2024a on Windows 64-bit.
\begin{align}
\begin{array}{rcl}
& \min\limits_{L, D } & \Tr{L} \\
&\textrm{s.t.} & L \in \mathbb{S}_{+}
, D \in \mathbb{D}_{+}
, \\
&& \| L + D - \hat{\Sigma} \|_F \leq \epsilon
\end{array}
\end{align}
The set \mathbb{S}_{+} is the set of PSD symmetric matrices, and \mathbb{D}_{+} is the set of PSD diagonal matrices.
Tr(L) is the trace of matrix L.
For the dimensions of the matrices less than or equal to 150 the problem is solved perfectly. However, for the dimensions equal to 200 and higher, I receive the following error:
'Unknown problem in solver', which corresponds to 'YALMIP error code' equal to 9.
Would you please inform me about the reason for which this error occurs?
Thank you in advance,
Kind regards,
Shabnam