Lene Grübler
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Lene Grüblerによる最近のアクティビティ-
Parallelized solving of Gurobi models in Python
回答済みHi 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...
-
Ways to impact values of returned extreme ray of an unbounded LP
回答済みHi 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...