Lene Grübler
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Lene Grübler-
Lene Grübler commented,
Thanks! I was missing the model.update()
-
Lene Grübler created a post,
Parallelized solving of Gurobi models in Python
AnsweredHi all, I want to solve multiple optimization models in parallel using Python's multiprocessing library and Gurobi. I have already learned, that the gurobipy model class is not pickable and thus c...
-
Lene Grübler created a post,
Ways to impact values of returned extreme ray of an unbounded LP
AnsweredHi all, I have implemented a Benders decomposition using Gurobi's Python package and it does solve my problem correctly. I observe that the algorithm spends most of the time solving the master pro...