> 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
