SOURAV DAS
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
投稿
SOURAV DASによる最近のアクティビティ-
Model is infeasible
回答済みI have constraints \[\sum_i a_{i} \times x_{i,j} \leq h \times (b \times q+ \sum_{m=2}^ {c_{j}}y_{j,m} \times ( p_{m} - p_{m-1} ) ) \vee_ j \]\[\sum_j c_{j}=100\] here \(y_{j,m} = 1\) if m unit...
-
Upper bound on summation is to be optimised
回答済みHi, I have a constraint like a < = (summation from 1 to c[j]) f(j) # constraint where summation of c[j] = 100 (say) for all j # constraint So, basically I need to find the optimal number of c fo...