Donggyu Jeon
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Donggyu Jeon-
Donggyu Jeon commented,
I found why the problem occurs. cities list includes duplicate strings. Thank you very much for detailed explanations!
-
Donggyu Jeon created a post,
duplicate keys in Model.addVars()
AnsweredI 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...