returning a status with theInaccurate/prefix. If this tolerance cannot be achieved, CVX returns a status ofFailed, and the values of the variables should not be considered reliable.
128 + trace[Meta.debug] "MOSEK failed with code {code}" 129 + pure () 130 + 131 + -- Mosek finished successfully. 132 + | Sol.Result.success solPoint => 133 + trace[Meta.debug] "solPoint.summary: {solPoint.summary}" 134 + 135 + -- Add status to the environment. ...
If this tolerance cannot be achieved, CVX returns a status of Failed, and the values of the variables should not be considered reliable. (See :ref:`interpreting` for more information about the status messages.) Typically, \epsilon_{\text{solver}}=\epsilon_{\text{standard}}, but setting \...
Status: Solved Optimal value (cvx_optval): +1.56067 Anna_1June 21, 2022, 1:50pm4 MOSEK didn’t issue any warnings, but in sdpt3 output, there is one dependent constraints. I think this is causing error. Because when I reduce the problem size and solve with sedumi, i get a warning ...