Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YALMIP accepts polynomial model for penlab #630

Open
johanlofberg opened this issue Jun 16, 2019 · 0 comments
Open

YALMIP accepts polynomial model for penlab #630

johanlofberg opened this issue Jun 16, 2019 · 0 comments

Comments

@johanlofberg
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant