Johannes Pelda
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Johannes Pelda-
Trilinear terms in objective function
AnsweredHi, 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
OngoingI 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...