Sergey Dymchenko wrote: > 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? You can also write bb_options{report_success:true/0, report_failure:true/0} -- JoachimReceived on Sat Nov 12 2011 - 20:53:27 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET