Originally posted by: Guerlain
Hi
I try to formulate an inventory management problem and the program run but the demand should change and take the values as mentioned in the model
if (t<1) (demand[i][t]=demand_in[i]) else (demand[i][t]=level_sup[i]-stock[i][t]).
I think I should declare the demand as a variable but I don't know how to do it
Here my data and mod files.
#CPLEXOptimizers#DecisionOptimization