I am trying to solve problem 6.3(b) of Boyd & Vandenberghe's Convex Optimization:
Express the following minimization as a QP, LP, SOCP or SDP $$ \min_{\mathbf{x}}\sum\limits_{i=0}^K \phi(\mathbf{a}_i^T \mathbf{x}-\mathbf{b})$$ where $$\phi(u) = \begin{cases} u^2 & |u| \leq M \\ M(2|u|-M) \quad & |u| > M \end{cases}$$
I have no idea on how to start this. Any help would be greatly appreciated.
Can you suggest any other approach other than the Moreau-Yosida regularization? I am looking for the following answer.
$$min \sum_i {u_i^2 + 2M v_i} \ \text{subject to} \ -(u+v) \leq Ax-b \leq u+v \ 0 \leq u \leq M\mathbf{1} \ v \geq 0 $$
I cant seem to reduce it to this form. Can you please help.
– Karthik Upadhya Nov 21 '14 at 18:58