Sarah Wendler
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Sarah Wendlerさんの最近のアクティビティ-
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...
-
Sarah Wendlerさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Define initial value of variable
回答済み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...