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

Fixed a bug in the environment-making script for cases where Gurobi version >= v10.0 #112

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

RuaridhMacd
Copy link
Collaborator

The Julia package for Gurobi requires the user to have an appropriate version of Gurobi installed.

v0.11.4 onwards of the Julia package don't work with v10.0+ of Gurobi, so the environment-making script checks which version is installed and then either include v0.11.3 or v0.11.4 of the Julia package.

There was a bug in the version-checking function which meant it didn't work in all cases. This should now be fixed.

@RuaridhMacd RuaridhMacd added the bug Something isn't working label Dec 5, 2022
@RuaridhMacd RuaridhMacd self-assigned this Dec 5, 2022
@RuaridhMacd RuaridhMacd merged commit fbcf0fd into main Dec 12, 2022
@RuaridhMacd RuaridhMacd deleted the julia-gurobi-version-bug branch December 12, 2022 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants