Originally posted by: rocarvaj
Hello!
According to the CPLEX documentation, one can use informational callbacks in the distributed MIP optimizer. But during the ramp up phase certain information is not available, for example B&B node count and CPXgetcallbackinfo will return 0 when a CPX_CALLBACK_INFO_NODE_COUNT query is made.
My question is: Is there a way of finding out whether CPLEX is done with ramp up and started branching? I thought that maybe there was a special wherefrom value when the informational callback function is called, but I can't find one.
Thanks in advance!
Rodolfo
#CPLEXOptimizers#DecisionOptimization