Vaibhav Dixit
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
コメント
Vaibhav Dixitによる最近のアクティビティ-
Hi, I have three constraints say constr1 : gp.quicksum(P[1,t] for t in range(1,n)) >= 1) constr2 : gp.quicksum(x[i,1] + x[i,2] for i in lst) == len(lst)) constr3 : gp.quicksum(x[i,2] for i in lst) ...
-
Hi, Thanks, its working now. So basically to ensure that "gp.quicksum(x[i] for i in lst)" is odd , the aux variable takes its values accordingly, there is no need to add more constraints corres...
-
Hi, Thanks, it's working now. I have another doubt, till now I only worked on quadratic equations something like $ \sum_{j=0}^{n-1}P[i,j]* (\sum_{ (k \in lst[i]) } m[k,0] ) == 0 $ for each i in ra...
-
Hi Riley, Thanks for your reply. It is not showing complete errors. KeyError Traceback (most recent call last) /tmp/ipykernel_770156/583479396.py in <module> 18 # model.addConstr((y[i] == 0) >>(...