Originally posted by: MichaelPoss
Dear all
I am solving a difficult MILP through different approaches, all using CutCallbacks. For one of these, I use both UserCutCallback and LazyConstraintCallback where LP and MILP are solved to separate the cuts. For that approach, the time limit I set is not respected by Cplex
cplex.setParam(IloCplex.DoubleParam.TiLim, 1800);
Some limit is respected because Cplex stops before the problem is solved, but after much more time originally allowed. It is surprising that the limit is respected by the other approach (that uses only the UserCutCallback). I'm using Concert Technology in JAVA, and Cplex 12.5 is running on a Linux machine.
Best regards
Michael Poss
#CPLEXOptimizers#DecisionOptimization