-
Notifications
You must be signed in to change notification settings - Fork 35
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
build deprecation warnings #47
Comments
Well, JSCIP is released separately from SCIP and generally does not require you to use the latest version of SCIP. So I saw little point in applying this method rename, possibly with some #ifdef mess, when the old names are still working. But I guess I can do the change now, I doubt anyone still wants to use SCIP 7.x.x by now, so we can just use the new name and be done with it now. I will do that ~2 weeks from now after my paid time off, unless someone beats me to it. |
Thanks. No hurry. The old function may just be removed at some point. |
Makes sense. |
Turns out the current JSCIPOpt does not build with SCIP < 8.0.0 anyway, so I might as well just switch to the non-deprecated functions here. |
(See #50.) |
When building with current SCIP bugfix branch (v91-bugfix) on a Debian12 system, there are several warnings:
This deprecation is since SCIP 8.0.0 !
The text was updated successfully, but these errors were encountered: