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

From: Sergey Dymchenko <kit1980_at_...6...>
Date: Sat, 5 May 2012 16:21:52 +0300
Hello!

What about suppressing "loading OSI clpcbc ... done" when using eplex?
I tried set_stream(warning_output, null), set_stream(log_output, null)
without any success.

Sergey.

On Tue, Nov 22, 2011 at 2:16 AM, Joachim Schimpf <jschimpf_at_...311...> wrote:
> Sergey Dymchenko wrote:
>> Hmm, but how to prevent "Branch-and-bound timeout!" message from
>> printing in the case when timeout option is set?
>> It looks like report_success and report_failure don't affect this message.
>
> The easiest way to suppress this (and similar) messages is
> to redirect the log_output stream, onto which these messages
> are printed.
>
> You can for example redirect to the 'null' stream by calling
> set_stream(log_output,null).  The messages are then lost.
>
> Or you can open a log file and redirect the messages there:
> open("log.txt",write,S), set_stream(log_output,S).
>
>
> -- Joachim
Received on Sat May 05 2012 - 13:21:59 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:20 CEST