Maryam Azani
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 8
コメント
Maryam Azaniによる最近のアクティビティ-
Thanks, something was wrong with my constraint condition. The name pattern was subscripted correctly.
-
Hi Maliheh, The issue is that the name pattern is subscripted without considering the if condition in my constraint. I need the name to follow the same conditions as in my constraint (if month >=...
-
Thanks, this works.
-
Hi, I have the same problem but the logic is a bit different. I want to model: if I - safety stock >= 0 then X = 1; otherwise X = 0 I have the code as follows but I am not sure if this is correct...