-
Notifications
You must be signed in to change notification settings - Fork 1
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
Method error during eval
#8
Comments
Thank you for bringing this to our attention. Unfortunately, this will take some time to figure out. Also, I do not think that we are actually responsible for dropping terms.
So it seems that MathOptInterface is already dropping that term? |
Let me take a look |
This is a bug in MAiNGO, but it is also a bug in BARON. I'll submit a PR with the fix. |
Fixed BARON as well: jump-dev/BARON.jl#81 You should be a bit mindful of the source code in BARON. That part was written in 2019, right near the start of our transition to MathOptInterface. It hadn't had many eyes (or tests) on it over time 😄 |
I assume somewhere that you drop zeros from summations, so then you're left with an empty list of arguments.
Reported on https://discourse.julialang.org/t/jump-maingo-no-method-matching/114514
The text was updated successfully, but these errors were encountered: