How does this library interact with the scip of the exact-rational branch?
Andful opened this issue · 2 comments
Andful commented
I was wondering how this library would interact if I were to use the exact-rational branch of the scip solver, or if it is even possible.
mmghannam commented
Again sorry for my late replies! As far as I understand you could enable "exact" mode with setting parameters. I would imaging you'd need to set the SCIPOPTDIR
environment variable to the install directory of your custom scip branch. scip-sys
would then generate bindings automatically and I think it wouldn't break russcip
but I haven't tried.
Hope this helps! Let me know if you get stuck.