Amirhossein Abbaszadeh

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

投稿

Amirhossein Abbaszadehによる最近のアクティビティ 最近のアクティビティ 投票
  • Wrong Upper Bound

    回答済み

    Hi, According to the MIP logging I've attached, Gurobi explored 515 nodes when solving the problem. The last node is 514, and the best bound at this node is 1616.99. However, Gurobi stopped at this...

  • Applying L-shaped method using callback in C++

    ユーザーの入力を待っています。

    Hello,  I’m trying to apply the L-shaped method (Benders Decomposition) to solve a stochastic model using callback function in C++.  I understand that whenever Gurobi found a MIP solution (that is ...

  • Counting lazy constraints

    回答済み

    Hi all,  I'm trying to apply Benders Decomposition to a problem using callback function in C++.I understand that whenever Gurobi found a MIP solution (that is where == GRB_CB_MIPSOL), I must get th...

  • callback() method in c++

    回答済み

    Hi, I'm trying to use Callback in C++. I know that I must create a subclass of the Gurobi callback class and then implement a callback() method. According to the callback_c++.cpp example, it seems ...

  • One Environment VS Multiple Environments

    回答済み

    Hello,  I have a general question! Suppose that we want to solve 100 MIP models. To build these models, two options are available: Building the models using one environment  Building the models us...