help-glpk
[Top][All Lists]
Advanced

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

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


From: Regis Behmo
Subject: [Help-glpk] How to disable messages of lpx_simplex?
Date: Wed, 20 Jun 2007 17:37:25 +0200

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't solve anything.

Thanks for your help
RĂ©gis B.

reply via email to

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