Kyoung Yoon Kim

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

Activity overview

Latest activity by Kyoung Yoon Kim
  • Kyoung Yoon Kim commented,

    Yes. I tried the line you provided and it works.  It is when I provide certain names to the set, addVars() gives an error.  For example, the below lines run okay. ------------- import gurobipy as g...

  • Kyoung Yoon Kim created a post,

    Error from adding too many variables with addVars()

    I'm trying to add a set of variables, 'x_jkjk' which has 7 indices. When I run the model, it gives me the below error message. ----------- Traceback (most recent call last):File "model.py", line 32...