Johannes Pelda
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Johannes Peldaによる最近のアクティビティ-
Trilinear terms in objective function
回答済みHi, I try to model a network where the users' heat demand is (m * t) = q. q is negtive and shall be minimized. Bounds of m are [10, 0] and bounds of t are [350, 270]. Bounds of q are [-10000, 0]. m...
-
switch
進行中I have the following equations: f1(m) = t1 - t1a, for m >= 0 f2(m) = t2 - t1b, for m < 0 Is there a possibility to insert a "switch" to the model as a constraint? I started with: model.addConst...