Hello, I'm trying to use Mosek and Yalmip to solve a conic optimization problem, the solution status demonstrated optimal, but some elements didn't converge to zero.
Increasing iteration steps is not useful, and I try to adjust MSK_DPAR_INTPNT_TOL_PFEAS, MSK_DPAR_INTPNT_TOL_DFEAS and MSK_IPAR_PRESOLVE_USE, the result has no modification.
Then I try to adjust MSK_DPAR_INTPNT_TOL_NEAR_REL, but caused NaN in result. Can you help me to find out where is the problem?