Mouhamad Obeid

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

Posts

Recent activity by Mouhamad Obeid Recent activity Votes
  • Indexing

    Answered

    m.addConstrs((x[i] + y[i-1] + z[i+1] == demands[i] + y[i] + z[i] for i in range(num_periods)), name="sdsd") how should I fix my indexing problem in the addConstrs function