I am trying to solve a problem that involves absolute value (not sure if that's the reason causing the error),
But if I use SCS, I have this error warning: RuntimeWarning: invalid value encountered in double_scalars using SCS.
However, if I switch to MOSEK, I encounters this error.
raise Error(rescode(res),msg)
Error: The lower bound specified is not a number (nan).
So I am not sure what's the reason behind this issue.
The following is simplified objective and constraints.