ghafour ahani

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 10
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 3

アクティビティの概要

ghafour ahaniさんの最近のアクティビティ
  • ghafour ahaniさんがコメントを作成しました:

    Correct. But, I am adding new variables to the relaxed model in an iterative process, and from time to time I need to switch back the model to integer form and solve the model.  Therefore, I need t...

  • 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...

  • ghafour ahaniさんが投稿を作成しました:

    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...

  • ghafour ahaniさんがコメントを作成しました:

    Hi again, Thanks for the reply. Yes it should work. I think it is not possible to share a Gurobi model among processors, right? best, Ghafour

  • ghafour ahaniさんがコメントを作成しました:

    Sorry for not being clear. Yes correct. P2 has to wait for P1. The thing is that P1 itself is consists of several small problems that can be solved in parallel. The same thing for P2.   Thanks agai...

  • ghafour ahaniさんがコメントを作成しました:

    Hi Jaromil, Thanks for the reply. Please note that P1 and P2 need to be solved alternately. Namely,  I need to solve P1, terminate the process of P1 (to release the CPU resources), and pass the res...

  • ghafour ahaniさんが投稿を作成しました:

    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., ...