Skip to content

MIP Heuristics log is not detailed or explanatory enough #327

@bbozkaya

Description

@bbozkaya

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions