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

[docs] add tutorial on multiple solutions with Gurobi #3905

Merged
merged 3 commits into from
Jan 1, 2025
Merged

Conversation

odow
Copy link
Member

@odow odow commented Dec 30, 2024

I talked about this with @jd-foster when he came to visit.


# The first setting turns on the exhaustive search mode for multiple solutions:

set_optimizer(model, Gurobi.Optimizer)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed because of a bug in Gurobi: https://support.gurobi.com/hc/en-us/requests/86054

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (0715262) to head (8c5d49e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3905   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          43       43           
  Lines        6043     6043           
=======================================
  Hits         6018     6018           
  Misses         25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow merged commit be21722 into master Jan 1, 2025
11 checks passed
@odow odow deleted the od/multi-jdf branch January 1, 2025 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant