Originally posted by: magic_
Hi,
I've noticed strange behavior of cplex after setting parameter TiLim. Even though it's set to 2 hours (7200sec), getTime() returns values down to 6300. EpGap is set to 0 and solution status is Feasible so it didn't stop working because of finding optimal solution. I went through other threads but didn't find answer to my question. Also, EpGap and TiLim are the only parameters I've touched so I didn't change ClockType parameter from its default setting to CPU time.
Can anybody help & explain what's the reason of a such behavior? I'm using C++.
Thanks,
M
#CPLEXOptimizers#DecisionOptimization