Hi,
I obtain sos solution by solving:
[sol,v,Q,res] =solvesos(constraints,objective,ops,params);
If the minimum eigenvalue of Q is smaller than the res, is it valid decomposition?
My second question is about solving quadratic convex constraints. I applied schur complement to the quadratic constraint, which is also a sos constraint. Sedumi and Mosek both give error when I use such a constraint. Can it be solved by solvesos?