I have the following problem:
\begin{align*}
\sup_y&\quad \big | \langle u,y \rangle\big |\\
\mbox{s.t.}&\quad \frac{1}{2}\langle y,y \rangle\ + \langle b,y \rangle\ \geq \gamma.
\end{align*}
where $u$ is a constant vector.
I am confused about the following:
- $\big | \langle u,y \rangle\big |$ is a convex function, then it seems that this problem is infeasible.
To solve it, I try to find its dual. So the Lagrangian. The first step is to rewrite it in a familiar form:
\begin{align*} -\inf_y&\quad -\big | \langle u,y \rangle\ \big |\\ \mbox{s.t.}&\quad \gamma - \frac{1}{2}\langle y,y \rangle\ - \langle b,y \rangle\ \leq 0. \end{align*}
$$L(x,y) = -\big | \langle u,y \rangle\ \big| +x\big(\ \gamma - \frac{1}{2}\langle y,y \rangle\ - \langle b,y \rangle\big)$$
Then how to solve it? How to deal with the absolute value?