Silke Horn
-
Gurobi Staff
- Total activity 377
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 7
- Subscriptions 183
Articles
Recent activity by Silke Horn-
Gurobi 10.0.2 released
As of June 2023, Gurobi version 10.0.2 is officially released! Please download this newest technical release from the Download Center on our website. Resolved issues Bug fixes included in this re...
-
How do I use multiprocessing in Python with Gurobi?
Python's multiprocessing package can be used to implement process-based parallelism.Pool exampleimport multiprocessing as mp import gurobipy as gp def solve_model(input_data): with gp.Env() as...