[eclipse-clp-users] Preventing bb_min from printing debug info

From: Sergey Dymchenko <kit1980_at_...6...>
Date: Fri, 11 Nov 2011 04:26:59 +0200
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.3.0 : Tue Apr 16 2024 - 09:13:20 CEST