Originally posted by: srinit34
the help pages for backtracking tolerance say this:
If a cutoff tolerance (upper cutoff or lower cutoff) has been set by the user, then that value is used as the incumbent until an integer feasible solution is found.
Question - Does this mean that any solution found overrides the cutoff, or that the solution found will override the cutoff only if the solution is better than the cutoff? I think the latter.
Also, the best node is defined like this:
the best remaining objective function value of any unexplored node (best node);
Question - Is this referring to the LP relaxation value of the node? I think so.
#CPLEXOptimizers#DecisionOptimization