Amin Ahmadi

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

アクティビティの概要

Amin Ahmadiさんの最近のアクティビティ
  • 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...

  • Amin Ahmadiさんがコメントを作成しました:

    I understood. Your suggestions work perfectly.  Thanks for your time. 

  • Amin Ahmadiさんがコメントを作成しました:

    Eli, Thanks for your response. As I said, I am using the remove function to eliminate constraints. Since I have to remove more than 6000 thousand constraints, this does not work for me. This is the...

  • Amin Ahmadiさんが投稿を作成しました:

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

  • Amin Ahmadiさんが投稿を作成しました:

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

  • Amin Ahmadiさんが投稿を作成しました:

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

  • Amin Ahmadiさんがコメントを作成しました:

    Thanks for your explanation. I have a general question. In my case, building the lp model is taking too much time ( more than 3000 seconds). I am seeking a way to generate the model in a short time...

  • Amin Ahmadiさんが投稿を作成しました:

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