Hello,
Error using yalmip2geometric (line 134)
Negative powers in fractional term in geometric program?
Error in callgpposy (line 28)
[prob,problem] = yalmip2geometric(options,F_struc,c,Q,K,[],[],mt,linear_variables,extended_variables);
Error in solvesdp (line 355)
eval(['output = ' solver.call '(interfacedata);']);
is the error I get when solving a geometric programming problem.
code is too complex to post and explain, so just an idea as to what could be the problem should be fine.
I see nothing strange in my code, I have done it before.
-Peter