Originally posted by: sandeepsinghchauhan
I have a data
MODEL
tuple route {
string p;
string o;
}
{route} Routes = ...;
float Demand[Routes] = ...;
DATA
SheetConnection data("example.xlsx");
Demand from SheetRead (data, "'Sheet1'!A2:D4");
ERROR
Description Resource Path Location Type
Exception from IBM ILOG Concert: excel: can only read a 1D array from a column or a row.
please help
#DecisionOptimization#OPLusingCPLEXOptimizer