Originally posted by: SystemAdmin
try
var timestamp;
timestamp = Date();
thisOdm.generate(cpmOpl);
thisOdm.solve(cpmOpl);
cpmOpl.postProcess();
writeln ("CPM overall running time: ", Date() - timestamp);
this is an example from a main block but a similar should work if you put it in an execute block before and after.
Regards,
Zahar
#DecisionOptimization#OPLusingCPLEXOptimizer