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

Support nonlinear constraints with Gurobi 12 #95

Merged
merged 10 commits into from
Nov 15, 2024
Merged

Conversation

simonbowly
Copy link
Member

@simonbowly simonbowly commented Nov 14, 2024

Adds support for constraints of the form y = f(x) for nonlinear functions representable as NLExprs in gurobipy v12. Adds a new documentation page showing correct usage, and examples showing how to use intermediate variables to work around the equality constraint restriction.

Closes #93

@simonbowly simonbowly merged commit 6502628 into main Nov 15, 2024
14 checks passed
@simonbowly simonbowly deleted the nonlinear-support branch November 15, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support nonlinear constraints with Gurobi 12
1 participant