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

Call to Gurobi fails when mixing SOCP cones and nonconvex quadratics #813

Open
johanlofberg opened this issue Sep 24, 2020 · 1 comment
Open

Comments

@johanlofberg
Copy link
Member

No description provided.

@johanlofberg johanlofberg self-assigned this Sep 24, 2020
@johanlofberg johanlofberg changed the title Call to Gurobi fails when mixing SOCP cones and nonconve quadratics Sep 24, 2020
@johanlofberg
Copy link
Member Author

Fix does not work with

sdpvar x y
t = x^2+y^2
intvar u v
z = u^2+v^2
Model = [t == 1, z <= 9,-4 <= [x y u v] <= 31];
optimize(Model,[],sdpsettings('debug',1,'solver','gurobi'))
@johanlofberg johanlofberg reopened this Dec 15, 2021
johanlofberg added a commit that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant