Skip to main content

Thread-safety of gurobipy

Answered

Comments

1 comment

  • David Torres Sanchez
    Gurobi Staff 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

Please sign in to leave a comment.