Tess

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

Activity overview

Latest activity by Tess
  • Tess commented,

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

  • Tess commented,

    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 commented,

    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 created a post,

    Initial values or start solution

    Answered

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