Donggyu Jeon

  • 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 Donggyu Jeon Recent activity Votes
  • duplicate keys in Model.addVars()

    Answered

    I try to set two (independent) decision variables (namely, 'open' and 'cover') with the following code: open = model.addVars(cities, vtype=GRB.BINARY, name ="open")cover = model.addVars(CITIES, vty...