Originally posted by: demius
Hello Guys,
I have a question regarding the export of an optimal solution to MS Excel.
I already made a tuple with the four sets:
tuple someTuple{
int set1;
int set2;
int set3;
int set4;
int value;
}
{someTuple}someSet = {<p,j,e,t,x[p][j][e][t]>|p in set1, j in set2, e in set 3, t in set 4};
What is the code for writing this Tuple to MS Excel?
Currently I got
someSet to SheetWrite(Output, "Sheet2!D4:BW18");
CPLEX tells me, that the range is not wide enough.
Thanks for your help!
#DecisionOptimization#OPLusingCPLEXOptimizer