Originally posted by: Heungjo
Here, I will assume that the problem is the min problem.
It seems that CPLEX B&B routine generates monotonic increasing "Best Node" values in min problem.
The "Best Node" is defined as the following.
: the "best node" is the open node with minimal objective function value for the LP relaxation at the node.
(https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14425005�)
However, I think that it would be possible that the "Best Node" value could fluctuate (i.e., increase, but sometimes decrease), because "Best Node" is based only on the open nodes.
So, I am wondering how CPLEX generates monotonic increasing "Best Node" values in min problem.
Please anybody help me.
Thank you.
#CPLEXOptimizers#DecisionOptimization