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

Thread-safety of gurobipy

回答済み

コメント

1件のコメント

  • David Torres Sanchez
    • Gurobi Staff

    Hi Marcel,

    So is it ok, to use gurobipy in a multi-threaded program using separate environments per thread or are there any other issues in gurobipy with multiple threads?

    Indeed, this is what you should do. Please make sure that you use the context managers (\(\texttt{with gp.Env(...) as env:}\)) as indicated in the article you linked.
    Please note that this still appears in the updated version of the documentation for the Python API: gp.Env and the C API: GRBloadenv.

    Cheers, 
    David

    0

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