RO - optimization function
We are implementing RO solution. Primarily the customer intends to use only MIN/MAX replenishment method.
In the Optimization Review, we have some doubts about the "OptSnoOptSl" measure.
The measure "OptSnoOptSl" indicates the optimal unconstrained Scenario in Store-Level.
The value of this measure comes from execution of the "optimization" function as follow.
TotMinMxOptSl,TotMaxMxOptSl,OptSnoOptSl<-optimization(fullmodemskSl,MinMxOptSl,MaxMxOptSl,priorityscnSr)
Does the function "optimization" only uses these parameters to decide the optimal scenario?
What are the other parameters the function take in account at the time it is executed? It's possible to give us an explanation about this function, there is no documentation about it ?
0