YAOJIAN ZHOU
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
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?
回答済みHi, 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] ...