Ok, still using 4.36. Will try 4.43. glp_term_out() is not of big help either because it kills term ouptut completely. Isn't smcp.msg_lev specific to the simplex routine? Never mind, I'll check 4.43 first.
Thank you, Niko On Fri, Mar 5, 2010 at 3:04 PM, Andrew Makhorin <[email protected]> wrote: >> is it actually possible to suppress the terminal output of the scaling >> routines? I mean like the fine grained control of the glp_simplex >> function (by using the smcp control params)? > > smcp.msg_lev = GLP_MSG_OFF must work at least in glpk v4.43. > > You also can use glp_term_out(GLP_OFF/GLP_ON) to disable/enable the > terminal output. > > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
