Originally posted by: SystemAdmin
[jfk said:]
Hello,
well, I have never done it by myself but since you can use oplrun from the command line like "oplrun mymodel.mod maydata1.dat" then you could write a .bat file which combines this with reading the .dat's from a directory. In the .bat file you could have a line saying something like:
FOR %%c in (C:\myDataDirectory\*.*) DO oplrun mymodel.mod %%c
I suppose in the .dat you take care of dumping the solutions
I hope it is helpful
cheers
#DecisionOptimization#OPLusingCPLEXOptimizer