Originally posted by: SystemAdmin
Yes. You can use an info callback. For parallel solves, this will possibly be called slightly delayed (but typically not that much). If you want to have the exact time stamp of the solution, you need to use an incumbent callback, but the downside is that using the incumbent callback will disable dynamic search.
Tobias
#CPLEXOptimizers#DecisionOptimization