Hi! I want to prevent bb_min from printing info like "Found a solution with cost", "Found no solution with cost". For now I've done this buy declaring empty_handler(_, _, _). and use it in the options to bb_min like bb_options{strategy: dichotomic, report_success: empty_handler, report_failure: empty_handler}. Maybe there is a better way? Sergey.Received on Fri Nov 11 2011 - 02:27:07 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET