-
Notifications
You must be signed in to change notification settings - Fork 81
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
large performance regression in calling JuMP.build
using MathProgBase
in 1.0
#152
Comments
Ok, first update it seems to be slow on |
That's weird because very little has changed in Gurobi.jl with respect to MathProgBase. However, there are known performance issues with LQOI using Gurobi via MOI at the moment. |
Ok, finally traced this down and the result is a bit scary. The regression is due to a call of The function call in question is in At first glance I'm not at all sure about what to do as a work-around, but we'll definitely need something or this will never work for large problems in 1.0. |
Ah, so happy there is a simple fix! This could have been quite the headache to fix. PR incoming. |
Will be fixed by #153 |
In my case from a few seconds to almost 2 minutes. I know it's coming from the call to
JuMP.build
on the model, but I don't know where yet.Sorry for the lack of details, will look into it as soon as I get the chance, wanted to open this issue to keep track.
The text was updated successfully, but these errors were encountered: