I am using OR-Tools to run a linear programming model (pywraplp) and the solver I am interested in is SCIP.
I notice that, when infeasibility happens, the Spyder will terminate itself as seen in the screenshot below. As a result, the code that follows the OR-Tools model cannot proceed. To run the model again, I have to manually restart the kernel.
Is there any way I can stop this from happening? If the solution is infeasible, I would want it to give me a message and let me continue running the rest of the code.
The OR-Tools version is 8.1.8487.