Eihab Elmukashfi

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

投稿

Eihab Elmukashfiによる最近のアクティビティ 最近のアクティビティ 投票
  • Can gurobi optimize an external function?

    ユーザーの入力を待っています。

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

  • How to write if condition in python gurobi 9.5?

    回答済み

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