Originally posted by: SystemAdmin
Unfortunately, the info callback is (and can) only be called at the synchronization points in deterministic parallel mode. Otherwise, we cannot guarantee that the info callback is called in a deterministic fashion. In the case of polishing, we would typically synchronize after every node (i.e. each thread has processed one node), but a single polishing node can take quite a while and can produce a lot of new incumbents.
#CPLEXOptimizers#DecisionOptimization