Sarah Wendler

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

Activity overview

Latest activity by Sarah Wendler
  • Sarah Wendler commented,

    Hi Jaromil,  f[i, k-1] only has to be 0 if k = 1  After operation k > 1 k_minus_one is not supposed to be 0 anymore The range of k is supposed to be from 1 to 20: operations = [*range(1,21)] This i...

  • Sarah Wendler commented,

    Hi Jaromil,  I just added it to my model and it gave me the following error: Do you know why this could happen?  Best regards,  Sarah

  • Sarah Wendler commented,

    Hi Jaromil,  thank you for your fast reply. So f[i, k] is supposed to be the battery charge after drone i finishes its kth operation. The initial battery charge is set to 0.  So i guess your second...

  • Sarah Wendler created a post,

    Define initial value of variable

    Answered

    Hello everybody, I have to model the following constraint. But the initial value if no operation took place yet is as follows:f[i, k-1] = f[i, 0] = 0 How can I define this initial value and where d...