Sanaa MARZOUG

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

Posts

Recent activity by Sanaa MARZOUG Recent activity Votes
  • Append a variable to a list

    Answered

    hello, I am trying to append a gurobi varible to a list with this code: Prod_values = {}obj_vars = []Plants = range(7)for l in range(7):    for p in Demand:        for d in Horizon:            Prod...