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

Update to Gurobi 9.5 #437

Merged
merged 3 commits into from
Nov 18, 2021
Merged

Update to Gurobi 9.5 #437

merged 3 commits into from
Nov 18, 2021

Conversation

odow
Copy link
Member

@odow odow commented Nov 18, 2021

The script to update the hashes is

run(`wget https://packages.gurobi.com/9.5/gurobi9.5.0_linux64.tar.gz`)
using Tar, Inflate, SHA
filename = "gurobi9.5.0_linux64.tar.gz"
println("sha256: ", bytes2hex(open(sha256, filename)))
println("git-tree-sha1: ", Tar.tree_hash(IOBuffer(inflate_gzip(filename))))

@odow odow mentioned this pull request Nov 18, 2021
2 tasks
@codecov
Copy link

codecov bot commented Nov 18, 2021

Codecov Report

Merging #437 (b4e620d) into master (754502f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #437   +/-   ##
=======================================
  Coverage   54.57%   54.57%           
=======================================
  Files           9        9           
  Lines        3782     3782           
=======================================
  Hits         2064     2064           
  Misses       1718     1718           
Impacted Files Coverage Δ
src/Gurobi.jl 0.00% <ø> (ø)
src/gen91/libgrb_api.jl 0.00% <0.00%> (-17.35%) ⬇️
src/gen95/libgrb_api.jl 16.78% <0.00%> (+16.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 754502f...b4e620d. Read the comment docs.

@odow
Copy link
Member Author

odow commented Nov 18, 2021

@mattmilten @simonbowly was there a change in the printing behavior in Gurobi 9.5? Does it now print out every non-default parameter when you create a model? (Our tests now have 1500 lines of "Set parameter ..." prints.)

image

@odow odow merged commit 1008e8c into master Nov 18, 2021
@odow odow deleted the odow-patch-1 branch November 18, 2021 19:20
@mattmilten
Copy link
Contributor

Please excuse the delay! yes, there has been a change in how the outputflag parameter is handled in different environments - we hope to fix this again in the next release. Please excuse the inconvenience!

@odow
Copy link
Member Author

odow commented Feb 17, 2022

@mattmilten I logged a new support ticket because we're still seeing this printing with Gurobi 9.5.1: https://support.gurobi.com/hc/en-us/requests/28435

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.

2 participants