メインコンテンツへスキップ

gurobi python parallelization

回答済み

コメント

1件のコメント

  • Ronald van der Velden
    • 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

サインインしてコメントを残してください。