Originally posted by: SystemAdmin
Although I set the time limit to 1800 seconds using "setParam(IloCplex::TiLim ,1800)" in Cplex 12.5, the time spent to solve the root node processing (before B&C) has reached to 86000 seconds in some instances! How can this occur? Is there a way to force Cplex to stop around 1800 seconds (I know that it may exceed 1800 seconds but should not be as much as 86000 seconds).
I was using the same time limit statement in Cplex 12.2 without any problem.
#CPLEXOptimizers#DecisionOptimization