-
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
Add support for Absolute/Relative gap tolerances #484
Conversation
Should I mark |
Hmmmmmm. I don't know if we've ever classified |
That's already the case for the getter part, and there's a warning for that in the MOI docs. That being said, |
Yeah so the difference is:
So |
I'll move the high-level discussion to the MOI issue. I'll update this PR based on whatever is decided there. |
I'll update this PR to use |
PR updated. Only works on |
Waiting for MOI v1.7 to be released, which will include the definitions of I have updated the compat entry for MOI to |
I went for the easy way: fall back to the
RawOptimizerAttribute
EDIT: I have updated the PR to follow the conclusions of jump-dev/MathOptInterface.jl#1936
At the moment, the present branch only works with
MOI#master