I have to minimize an expression of the following type:
min <a,x>-L||x-u||_inf^2
s.t.: ||x||_inf <= R,
where a is a vector of coefficients, x is the vector of decision variables, <.,.> denotes the scalar product, R and L are scalars, u is some constant (known) vector, and 'inf' denotes...