Originally posted by: Janisch
Hello,
I have a problem about to import my data from Excel to Cplex.
There are 3 ("Verbrenner","Elektro","Gas") variants, each of which has different processing times at the stations. In addition, each station has 2 workplaces. My array should look like this: b[variant][station][workplace]
How can I export this array from Excel? (attachement)
The bold numbers/ letters indicate the desired format: variants=string, stations=int, workplaces=int
I hope you can help me :)
regards
#DecisionOptimization#OPLusingCPLEXOptimizer