Sarah Wendler
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Sarah Wendler-
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...
-
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
-
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...