Eihab Elmukashfi

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

Activity overview

Latest activity by Eihab Elmukashfi
  • Eihab Elmukashfi created a post,

    Can gurobi optimize an external function?

    Awaiting user input

    Hi, I want to use gurobi to optimize the distributed energy resource (DER) capacity to minimize loss. I I use pandapower function to calculate the power loss,  I tried to write a model that recive ...

  • Eihab Elmukashfi created a post,

    How to write if condition in python gurobi 9.5?

    Answered

    its my first time using gurobi. I am trying to implement the following code via if statement however i keep getting errors . m.addConstrs(p2g[t]==0 for t in range(A) if pv_generation[t]<=load[t] pf...