-
Notifications
You must be signed in to change notification settings - Fork 112
Description
When running MIP Solver with Heuristics only mode (or together with B&B), more information is needed regarding the iterative process of the algorithm
Specifically, it would be ideal to report best feasible MIP solution found every N iterations, similar to how PDLP algorithm logs its progress. This is critical for tracking the algorithm progress, especially to see when it finds new feasible solution, and what it finds at certain time intervals such as 1 min, 3 min, 5 min, etc.
Furthermore, there are ambiguous or incomplete log messages such as:
"Enough solutions couldn't be generated,exiting heuristics!"
When this happens, there is no additional information provided. Did the Heuristic algorithm find any solution at all? If it did, why not report it? If not, be more specific and say that no feasible solution could be generated.