-
Notifications
You must be signed in to change notification settings - Fork 572
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
[SCIP_Papilo] up scip papilo to 9.2.1 #10475
Conversation
This package is hitting ICEs with any version of GCC. |
This ICE looks like it is in the test directory, perhaps we can just disable building the tests and see if that lets the builds complete? Looking at their CMake, I think that is just done by adding |
And not related to the problem at hand, but I see there is an option for a HiGHS interface in papilo, would it be worth turning that on now? |
Yes I think it will be worth creating a separate build for this |
Oh, it has to be separate from the normal build and isn't just an option the user can choose at runtime? |
Indeed, SCIP works with an abstract linear programming interface, only one corresponding to the current LP solver is compiled. Otherwise this would also bloat the binary size |
Makes sense. If you do make a new build for this, it would be good to do it with the common build script structure so that they can share as much of the code as possible. |
yes for sure, for now I went the lazy version with SCIP{_PaPILO}, it will be good to put things in common |
No description provided.