help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] How to disable messages of lpx_simplex?


From: Andrew Makhorin
Subject: Re: [Help-glpk] How to disable messages of lpx_simplex?
Date: Wed, 20 Jun 2007 20:19:24 +0400

Wednesday, June 20, 2007, 7:37:25 PM, you wrote:

> I got the same problem as
> http://www.mail-archive.com/address@hidden/msg00473.html

> I want to disable the run-time reporting of the standard output
> and I find the answer given in the above mentioned thread not very
> explicit. I tried to do

> lib_set_fault_hook(NULL, NULL);
> lib_set_print_hook(NULL, NULL);

> before executing lpx_simplex, but it doesn #39;t solve anything.

> Thanks for your help
> RĂ©gis B.
 
In Glpk 4.17 there is the api routine glp_term_hook. Please see its
description in the GLPK reference manual included in the distribution.





reply via email to

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