Skip to main content

gurobi python parallelization

Answered

Comments

1 comment

  • Ronald van der Velden
    Gurobi Staff Gurobi Staff

    Hi Tarun,

    You can call the terminate function from any thread. This will stop the solver process. You should then retrieve the result from the thread/function that originally created the model to avoid issues with thread-safety.

    Kind regards,
    Ronald

    0

Please sign in to leave a comment.