YALMIP icon indicating copy to clipboard operation
YALMIP copied to clipboard

YALMIP accepts polynomial model for penlab

Open johanlofberg opened this issue 5 years ago • 0 comments

sdpvar x1 x2; Con=[x1^3+x2^3+x1^2*x2^2==22.875,x1+x2>=3]; optimize(Con,x1+x2,sdpsettings('solver','penlab')) check(Con)

johanlofberg avatar Jun 16 '19 10:06 johanlofberg