Hello everyone,
I am a beginner in CPLEX , i have a question how to declare a random parameter , i have A(i,t) is a random parameter : the amount of arrival bags , i declare it like this it is correct !!
float A[i in flights][t in Horizon]=rand(1,10);
and i have the expected amount of the arrival bags :
------------------------------
SiwSiw
------------------------------
#DecisionOptimization