help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Output streams


From: Andrew Makhorin
Subject: Re: [Help-glpk] Output streams
Date: Thu, 25 Oct 2001 19:11:41 +0300

>to make the output of my programs parsable more easily, I would like
>to suppress the informational and error messages. So I propose two
>functions:
>

All terminal output from GLPK routines is performed by three routines:
fault(), error(), and print(). So, if you need to redirect output, you
can just replace these routines by your own ones. This way seems to be
more flexible than changing streams (FILEs) used by default.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]