Johannes Pelda

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Johannes Pelda Recent activity Votes
  • Trilinear terms in objective function

    Answered

    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

    Ongoing

    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...