[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] [Fwd: glp_exact - verbosity of output]
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] [Fwd: glp_exact - verbosity of output] |
Date: |
Tue, 18 Oct 2011 12:59:42 +0400 |
> Current version of glp_exact which provides arbitrary precision LP
> solver, does not allow to set verbosity of terminal output. I'm
> suggesting a patch that adds this functionality by using the msg_lev
> field of glp_smcp struct which is passed to glp_exact as an argument.
>
Thank you for your patch.
Please note that any output from glpk routines written on stdout can be
disabled, if necessary, by a call to glp_term_out(GLP_OFF).