Vivek Tanjavooru

Gurobi-versary
First Comment
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Comments

Recent activity by Vivek Tanjavooru Recent activity Votes
  • Hi Eli, Thanks a lot for your help, it worked. Best regards, Vivek

  • So these are some of the constraints: opt_model.addConstrs((energy_bess1[t]/capacity1 - energy_bess2[t]/capacity2 == delta_SOE[t] for t in time), 'deltaSOE')  #Absolute Delta SOE  opt_model.addCon...

  • Hi Eli, Hi Riley, Is it not possible to have multiple constraints with abs_() functions? I am working on a multi objective problem. I want to minimize the absolute values of 3 different decision va...