Originally posted by: SystemAdmin
[alain.chabrier said:]
No, but you can use Script code :
float temp;
execute{
var before = new Date();
temp = before.getTime();
}
// solve the model
execute{
var after = new Date();
writeln("solving time ~= ",after.getTime()-temp);
}
You can do complex time calculations.
Alain
#DecisionOptimization#OPLusingCPLEXOptimizer