Originally posted by: K N Reddy
Can I know how to extract data from excel into a 3 Dimensional Array in OPL??
For example, X[i][j][k] is the input parameter for 2*2*2 dimensional array and A = [4 5 6 3; 7 8 9 5]
I need to get X[2][1][1] = 7;
#CPLEXOptimizers#DecisionOptimization