Afsoon Alidadi Shamsabadi

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

投稿

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

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

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

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