Using `cvx_precision low` in Matlab shows me
>> cvx_precision
Precision setting: low
Solver goal: precision <= 1.35e-06
"Solved" if precision <= 1.22e-04
"Inaccurate/Solved" if 1.22e-04 < precision <= 1.22e-04
it says that
"There are several ways to call thecvx_precision command. If you call it with no arguments, it simply returns a two-element vector of the current precision settings....this is in the above. The first element in that vector is the standard precision; the precision the solver must obtain to return Solved, Unbounded, or Infeasible. The second element in the vector is the “reduced” precision, the precision that the solver must achieve in order to return Solved/Inaccurate,Unbounded/Inaccurate,Infeasible/Inaccurate."
Which few params in mosek could I tune to achieve these two requirements?