help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] display bug with glpk


From: Andrew Makhorin
Subject: Re: [Help-glpk] display bug with glpk
Date: Wed, 23 Jan 2008 12:46:32 +0300

> At first, I want to explain that I'm a french student and I apologize
> if my english is bad, and I'll try to explain clearly my problem.

> I'm using the interior point routines of glpk to solve linear  
> programming problem with programs in language C running under Linux  
> terminal.

> My problem is that glpk routines are always displaying a lot of  
> information on the terminal while processing, what very slows down my  
> process.

> I tried "LPX_K_MSGLEV 0" but information are still displayed.

> what can I do if I want that routines no longer display something on  
> the terminal ?

If you need to disable all terminal output, call

   glp_term_out(GLP_OFF);

and

   glp_term_out(GLP_ON);

to resume the output.






reply via email to

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