Time limit on the execution of a mathematical model

40 Views Asked by At

1

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!

0

There are 0 best solutions below