Maryam Azani
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
Comments
Recent activity by 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...