YAOJIAN ZHOU
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by YAOJIAN ZHOU-
How to write chance constriant with python?
For example: P(x(i,j)>=y(i,j))>=80% Is there any possible that I can write the chance constriant like the example equation? Thank you.
-
How to correctly wirte a conditional constraint without having corrrepsonding indices FOR loop?
AnsweredHi, I have an constriant like: here is my python code: m.addConstrs(qloss[n,k] == gp.quicksum(inv[n,k,h,t]for h in H for t in T) for n in N for k in K for h in H for t in T if t - h == SHL[k] ...