Arsalan Modirkhazeni

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

Posts

Recent activity by Arsalan Modirkhazeni Recent activity Votes
  • Infeasible constraints: flow_1[110,310,110]

    Answered

    I want to implement the new constraint called solenoidality constraint in my Gurobi code and explain it in the following section: set E within {N,N} := B union setof{(i,j) in B} (j,i); set D within...

  • "out of memory" error for defining variable and constraint

    Answered

    There is a constraint that I should implement in my project which is x[i, j, s, t] + x[j, k, s, t] ) <= 1 for (i, j) in E0 for (j, k) in E0 for (s, t) in D_s_t, for this constraint, I define a vari...