Originally posted by: BhavnaJha
Hi,
Is there a way to input a 3-D variable where the dimensions are strings and not int?
I found a link explaining how to read the data using integer dimensions.
But if I have sets as
{string} a = ..;
{string} b = ..;
{string} c = ..;
float p[a][b][c] = ...;
Then how should I read the data from an excel spreadsheet, where data is in 2-D form?
#DecisionOptimization#OPLusingCPLEXOptimizer