Hi Bob,
I have used following command to fix time limit in minimization problem for CPLEX solver. I am getting optimal results within this time limit for many scenarios.
option cplex_options 'timelimit=900';
But some scenarios exceeding time limit (in some cases it is doubled than time limit), though objective values are very close. As a result my average CPU time is increasing. I don't want them to exceed time limit. Could you please explain why it is happening? Is there any way to avoid this problem? I have attached some screenshots.
Thanks in advance.