I would like to understand the meaning of BESTSOLFOUND
in the SCIP_EVENTTYPE_BESTSOLFOUND
. I have tried to write a callback to execute this event handler that can be found here. By referring to the related document it mentioned that:
a new best primal feasible solution was found
Now what I am willing to know is, what does it mean in the context of SCIP's B&B log file? And How can anyone find out when an event occurs?