
Pingyuan Shi
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Pingyuan Shi-
Pingyuan Shi commented,
Dear Jaromił: Thank you for your response! I'm sorry I didn't make myself clear. I mean the runtime of the optimization is too high. It's taken half an hour and still hasn't come up with optimizati...
-
Pingyuan Shi created a post,
How to use addGenConstrIndicator when I have multiple decision variables.
Awaiting user inputHello! This is part of my model: SOC_B = MODEL.addVars(Time+1, name='SOC_B')PE = MODEL.addVars(Time, lb=PE_min, ub=PE_max, name='PE')b = MODEL.addVars(Time, vtype=gurobipy.GRB.BINARY, name="b") MOD...