Tess

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

アクティビティの概要

Tessさんの最近のアクティビティ
  • Tessさんがコメントを作成しました:

    It worked with the if and else statement! Thank you!! Kind Regards,Tessa

  • Tessさんがコメントを作成しました:

    Yes, I am struggling with setting the initial values. So I have this dataframe (with pandas) that looks like the table. facility |open? | Q_0| Q_maxFac A  | 1        | 300 | 500Fac B  | 0        | ...

  • Tessさんがコメントを作成しました:

    Hi Jaromil,Do you mean like this? capacity of facility A = 3000 at startfacilityA = q_0 = 300m.addConstr(q[(facility_a, time_0)] == 3000, name = 'initialcapacity)The problem is I have many initial ...

  • Tessさんが投稿を作成しました:

    Initial values or start solution

    回答済み

    Hi! I am modeling a dynamic facility location model that can open and close facilities and struggling with some initial values.  For my model, I have a set of facilities that are open at the beginn...