When using GAMS on Linux, it does not display “reading solution for model” if the solving process is interrupted.
Consequently, I must wait for the solver to finish to obtain the solution.
Is there a way to activate it for GAMS 47.2.0 using the SCIP solver?
Can you try if this works with dice? The code that SCIP executes might just ignore the signal and keep on going. The SCIP log mentions something about hitting Ctrl-C 5 times to force termination.
I am encountering the same issue with the model dice:
No “reading solution” message exists when stopping or interrupting the solver.
However, I can get a “reading solution” when the solver finishes or if I set up a time limit.
Cordially.
When using “Stop” it is actually expected, that you do not get the “reading solution” part, as “Stop” does a hard kill that should terminate everything immediately. With “Interrupt” this is a different story. It seems to behave the same as “Stop” on Linux, which is not correct. We need to check, how to improve this and will keep you updated about this.