How can Cplex define directly the uniform distribution that the data followed?
Thank you for your all support!
For example:
Case 1: the processing time of plane (parameter) is followd by Uniform Distribution:
process_time[plane] = UD[0.167;0.444]
Case 2: the departure time of plane (parameter) is followed by Uniform Distribution also:
total of service for plane p at airport a served in the o service order = st_pao (auxiliary variable)
depart_time[plane] = enter_time[plane] + min(st_pao)* UD[1.000;1.200]
You can use rand in OPL:
gives