$$ argmin(x,y)=x^2+y^2+2y $$
$$ s.t.\ \ y=|x-10| $$
How can I convert the absolute value constraint to the constraint matrix (GX<=h, AX=b) in cvxopt?
$$ argmin(x,y)=x^2+y^2+2y $$
$$ s.t.\ \ y=|x-10| $$
How can I convert the absolute value constraint to the constraint matrix (GX<=h, AX=b) in cvxopt?