-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MOI optimizer broke #166
Comments
This is why it was not detected in the tests: #167 (comment) |
Ok... I am slighly surprised it ever worked now as I don't remember the last we updated the
because it allocates some structure that are dependent of the size of the problem. The solution might be to proceed in the same way we handle the solver? It should be possible to make an empty constructor for the |
Ok thanks, #168 should fix it by simply using |
Do you want a new release? |
Yes please :) |
Ok, I will do it later today 👍 @tmigot Do you plan to open a PR with your new empty GenericStatsExectution that you added in |
Thanks @amontoison , I will add it later, no rush there. |
It seems the constructor
NLPModelsJuMP.Optimizer()
broke with an update of one of the dependencies. When running the tests, I getThe versions used are
The text was updated successfully, but these errors were encountered: