My constraints are a set of linear inequalities and equalities. My objective is a sum of squares of the variables, i.e.,
where I is some subset of indices and v is the array of variables.
As far as I understand, this objective is definitely positive semidefinite, so *any* quadratic problem with such an objective should be convex. It may be infeasible etc., but not non-convex. Does this imply YALMIP is somehow casting the problem into a non-convex form?