Afsoon Alidadi Shamsabadi

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Posts

Recent activity by Afsoon Alidadi Shamsabadi Recent activity Votes
  • Defining Variable with Dynamic shape

    Answered

    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

    Answered

    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

    Answered

    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

    Answered

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