[Cbc] Verbose CLI Flag for CbcMain01?

Miles Lubin miles.lubin at gmail.com
Mon Aug 18 12:42:04 EDT 2014


Hi Matthew,

You can suppress output when using CbcMain1 by passing "-log 0" in
argv/argc:
const char* argv[] = {"Cbc", "-log", "0", "-solve", "-quit"};

Best,
Miles


On Mon, Aug 18, 2014 at 10:37 AM, Matthew Gidden <gidden at wisc.edu> wrote:

> Hi all,
>
> I was curious if it would be possible to add a CLI verbosity flag (that
> defaults to True to maintain current behavior) that is added as an argument
> for CbcMain0/1 (again, default True). I'm using both of these functions
> inside of a library and would like to suppress the output. Would this be
> difficult/worthwhile to accomplish?
>
> Cheers,
>
> --
> Matthew Gidden
> Ph.D. Candidate, Nuclear Engineering
> The University of Wisconsin -- Madison
> Ph. 225.892.3192
>
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20140818/25df8f29/attachment.html>


More information about the Cbc mailing list