Originally posted by: NIkhilKulkarni
I am using ILOG ODME. It uses (say) ProjectName.mod as the main flow ".mod" file.
My LP model is in a different .mod file (say: ProjectName_date.mod)
I am using OPL Script in ProjectName.mod file to create an OPL Model, solve it and extract the solution from the OPL model. ProjectName_date.mode file has the actual LP model.
What I am trying to do is: run ProjectName_date.mod file a number of times (say 5) from ProjectName.mod file. I want to pass the iteration number (i.e. 1, 2, 3, 4 or 5) to ProjectName_date.mod file from ProjectName.mod file.
Can somebody guide me, how to do this please ?
#DecisionOptimization#OPLusingCPLEXOptimizer