Sarah Wendler
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
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...