Min Lee
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Min Lee-
Min Lee created a post,
Updating the number of variables and Constraints through For Loop
AnsweredGood afternoon! I'm using Gurobi in Python and I was hoping to update the number of variables using a for loop. For example, this is how I initially defined yDHT: yDHT = m.addVars(D, H, S, vtype=GR...
-
Min Lee created a post,
Storing gap and runtime
Awaiting user inputGood morning, I was hoping to as a question on storing gap, and runtime. I use the following command: #storing computation time and gapdef data_cb(model, where): if where == gp.GRB.Callback.MIP...