Originally posted by: AdamGregory
Hello all,
How does the CP Optimizer relative optimality tolerance (or absolute optimality tolerance) setting work in practice?
When using the constructive search strategies and constraint propagation to search the solution space for the optimal solution, does CP Optimizer apply some mechanism similar to the bounding function used by branch-and-bound algorithms to estimate the best possible objective function of a given branch and backtrack if the selected decision variable value cannot yield a solution with objective function value better (with regards to the relative optimiality tolerance) than the current incumbent solution?
Or is relative optimality tolerance implemented by some other mechanism?
Thank you,
Adam
#CPOptimizer#DecisionOptimization