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

Remove pin to Gurobi 10.0.3 #3393

Merged
merged 4 commits into from
Oct 29, 2024
Merged

Remove pin to Gurobi 10.0.3 #3393

merged 4 commits into from
Oct 29, 2024

Conversation

jsiirola
Copy link
Member

Fixes #3052 ... sort of.

Summary/Motivation:

This removed the pin to Gurobi 10.0.3, as the Community Edition License for that version has expired.

This exposes the GHA tests to the test failures from #3052. This PR implements a "workaround" so that those tests do not fail in Gurobi 11, however it does that by updating the expected baselines. This has the effect that those two tests no longer test the advertised behavior in Gurobi 11. Unfortunately, we can no longer wait for a better option as we have to release the pin to Gurobi<11 to get GHA tests running again.

FYI: @michaelbynum

Changes proposed in this PR:

  • Remove pin to Gurobi 10.0.3 on GHA
  • Update 2 tests (in both APPSI and contrib/solver) so that they do not fail under Gurobi 11.

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@jsiirola jsiirola merged commit 05eefac into Pyomo:main Oct 29, 2024
28 checks passed
@jsiirola jsiirola deleted the gurobi-11 branch October 29, 2024 14:07
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.

GUROBI: Update Fragile Tests for new gurobipy version
3 participants