Cbc
Cbc copied to clipboard
Add time to logs in c++ implementation
Hello! I'm new using this solver, and I'm interested in studying convergence in B&B solution for an integer problem. To do so, I'd like -for instance- the time a log is sent to screen (I'm catching them with freopen, just for simplicity). Is there a way to get when at least Clp0000I or a Cbc0010I is sent? Or even better, a way to catch best/lower bounds per branch?
Than you all in advance!
Could you clarify your question? I'm not sure I understand what you want. There is a log printed to stdout whose verbosity can be adjusted as desired.