I have a mathematical model that takes a long time before returning the solution.
Is it possible to insert a parameter that blocks the execution of the model after a certain time? I would like it to give me a result even if it is not excellent. I'm programming with Python and to optimize I use Gurobi.
Thank you!