Afsoon Alidadi Shamsabadi

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

アクティビティの概要

Afsoon Alidadi Shamsabadiさんの最近のアクティビティ
  • Afsoon Alidadi Shamsabadiさんが投稿を作成しました:

    Defining Variable with Dynamic shape

    回答済み

    Hello, I have been using Gurobi for my PhD thesis. In my current problem, there is a variable matrix whose dimension is not fixed and is defined according to another optimization variable. for exam...

  • Afsoon Alidadi Shamsabadiさんがコメントを作成しました:

    Hello Jaromil,  Sorry for my bad explanation. Yes, the scenario is that my problem is SOCP while some of the variables are integer. I understand your comment that the MIP has exponential time compl...

  • Afsoon Alidadi Shamsabadiさんが投稿を作成しました:

    MILP worst-case Complexity order

    回答済み

    Hello, I have a SOCP in my paper and I am using Gurobi to solve it. the problem is a MILP. I need to compute the complexity order of my algorithm to be included in the paper. Can I have the informa...

  • Afsoon Alidadi Shamsabadiさんが投稿を作成しました:

    minimum of a MVar

    回答済み

    Hi, I have an MVar names 'z' as below. I want to calculate the min of z after the solution is solved. z=mod1.addMVar(N_u,lb=0,name='z')   I am using np.amin(z) but I face error. Can you please sup...

  • Afsoon Alidadi Shamsabadiさんが投稿を作成しました:

    Assign MVar to ndarray

    回答済み

    Hello,   I am solving a MIP containing variables z and B (Continuos) and F (Binary). I am running the optimization for 10 iterations and after each iteration, one of the parameters (xi) is being up...