Hello everyone.
I have a question concerning the meaning of the parameter optimizer time limit in seconds, or
CPXPARAM_TimeLimit (
https://www.ibm.com/docs/en/icos/12.8.0.0?topic=parameters-optimizer-time-limit-in-seconds). My question is, does the time limit considers the time taken when the process is interrupted or preempted? For example, let's suppose I am:
- Running a CPLEX model with CPXPARAM_TimeLimit of 600, i.e. 10 minutes of time limit;
- Running several programs along with my CPLEX application; And
- During the CPLEX execution, the Operating System decides to interrupt the CPLEX process, making it wait for 60 seconds, i.e. one minute.
Will CPLEX consider this waiting time on its
CPXPARAM_TimeLimit, i.e. CPLEX will make use of only 9 minutes on its optimization, or will CPLEX ignore the waiting time, and thus use the full 10 minutes in the optimization?
Thanks and regards.
------------------------------
Matheus Andrade
------------------------------
#DecisionOptimization