Given that x-y+z >= 0 and all decision variable x,y,z are non-negative will the number of quadratic term on the left hand side of C1 and C2 affect the number of constraint generated by YALMIP after reformulation.
C1 has 2 quadratic term on the LHS
C2 has 3 quadratic term on the LHS
I know that both C1 and C2 can be reformulate as a single SOCP constraint but assuming that I am using a dumb method like this

The reason I am asking this stupid question is that because in my model sometimes the degree is not quadratic but can become even degree like 4,6,8,10 so we may have cpower() of 4,6,10.
Thank you and best regard