ghafour ahani
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
ghafour ahaniによる最近のアクティビティ-
unrelax a model
回答済みHi All, I am using Python-Gurobi. I create an integer linear model, then I relax and solve it. Now, I would like to switch back the model to its integer form after solving its relaxation. Is that p...
-
Concurrent Optimizer: one core one thread
回答済みHi, Assume my computer has one core with one thread. Now, if I optimize an LP using default parameters (i.e., when Gurobi uses concurrent optimizer), then there is no benefit of using concurrent op...
-
multiprocessing, model updating, iterative process
回答済みHi,I am working on solving and updating an optimization model iteratively via Gurobi-Python. Namely, first I generate an optimization model, and then I repeatedly solve and update the model (e.g., ...