Amin Ahmadi

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

投稿

Amin Ahmadiによる最近のアクティビティ 最近のアクティビティ 投票
  • MIPGAP not closed

    回答済み

    Hello, I am solving a location-transportation optimization problem (Gurobi-Python) that is not challenging with the small number of nodes according to the literature.   In order to optimize the sol...

  • How add constraints temporarily to the model?

    進行中

    Hi, I am implementing an iterative method for solving a problem. We need to have a set of constraints in the model at one iteration but not necessary for the subsequent iterations. One way is to re...

  • Customized branching rule

    回答済み

    I have three questions about the selection strategy in the B&B method in Gurobi. As I understood, we cannot find out how Gurobi branches in each iteration. But, I need to control the branching stra...

  • Copying Model

    回答済み

    Hello, I generate a model with several decision variables and constraints. Let's call it Model_1. Next, I want to use Model_1 and add  new constraints to it in a while loop. However, after the loop...

  • Large LP problem

    回答済み

    I want to solve a large lp problem until the first feasible solution is found. (I do not want to spend too much time on it).  Also, I want to give 5 minutes extra time to find a possible better sol...