Hello!
One of the parameters I want to include in a model I’m working on is associated with four distinct indices, whose sets I have already defined.
These are:
P products /p1*p32/
D donor locations /d1*d4/
T planning periods /t1*t7/
S scenarios /s1*s3/
The BS(P,D,T,S) parameter will take values generated by the uniform probability distribution, whose high and low are different depending on p. That is, from p1 to p8, the function will be uniformInt(15,20), from p9 to p16 it will be uniformInt(10,15), from p17 to p24 it will be uniformInt(5,10) and from p25 to p 32 it will be uniformInt(0,5).
How can I define the BS parameter?
Translated with www.DeepL.com/Translator (free version)