I'm using a software based on SCIP (3.0.1). I have a bunch of experiments to execute, and for that I'd like to simply enforce a maximum execution time for SCIP: if you haven't already found the best solution, after x seconds outputs anyway the best solution found so far.
Right now I'm doing using a script that sends to the bound PID process the sigint interrupt after the desired time, but it isn't working all the time. I'd like to properly code this with SCIP. Simply as it may sound, I couldn't find a relevant option for doing that.
Do you have any idea?
Kind regards for your time.