> 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. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
