ghafour ahani

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 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., ...