I have written code for a scheduling problem in opl (.mod and .dat files) and I have used doopl python interface for calling those two .mod and .dat code and performing all the statistical operations.
The code is working fine and finding the solution in around 7 minutes time, but after solving(finding the solution), it is taking around 20-25 minutes for writing the data to a csv files and generating them. I have created the csv files and writing to them in .mod file. I have also tried to create those csv files in doopl python instead of .mod, but even then it is taking long time for creating of csv files.
How can I reduce that time?
Please help..
Thank you.
------------------------------
Subhas Chatterjee
------------------------------
#DecisionOptimization