Hello,Johan Löfberg.
I have encountered this problem, which has some constraints like
abs(A(l,:)*F(:,l))>=norm(C*vec(F),2);abs(B(l,:)*F(:,l))>=norm(D*vec(F),2);
It is these constraints which make the problem like SOCP, but not a SOCP actually.
My question is how to treat abs() to make the whole problem a SOCP, even approximation is OK.
Thank you very much.