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

optimizer fails with both exp and quadratic #683

Open
johanlofberg opened this issue Jan 22, 2020 · 0 comments
Open

optimizer fails with both exp and quadratic #683

johanlofberg opened this issue Jan 22, 2020 · 0 comments
Assignees

Comments

@johanlofberg
Copy link
Member

johanlofberg commented Jan 22, 2020

sdpvar x lambda;
Constraints = [x <= lambda + lambda^2 + exp(lambda) + exp(lambda)^2]
P = optimizer(Constraints, -x, [], lambda, x);
P(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant