Originally posted by: SystemAdmin
Hi , i have an array with 5 dimension and i want to read it from input.
my problem is that there is no operator for 5 dimension Array
any one have any idea?
here is my code :
IloArray <IloArray4> my_Array(env);
in >> my_Array ;
#DecisionOptimization#OPLusingCPLEXOptimizer