Originally posted by: Nazanin Esmaili
Hi everyone,
I got this error " Data tuple unexpected for "int [range][range]" for the following code.
int p=7;
int o=6;
int value[1..o][1..p]=...;
value = [ <572, 416, 1040, 104, 520, 780, 1300>, ];
<572, 277, 1040, 104, 347, 260, 433>,
<572, 416, 1040, 104, 520, 780, 1300>,
<286, 416, 1040, 104, 173, 390, 433>,
<572, 277, 1040, 104, 347, 260, 433>,
<286, 416, 1040, 104, 173, 390, 433> ];
I cannot fix it. I apprciate any help, thanks.
#DecisionOptimization#OPLusingCPLEXOptimizer