Hello Andrew

In my patch I missed that
int msg_level = ((glp_tree*)((glp_prob*)lp)->tree)->parm->msg_lev;
looks at other data than
int msg_level = lpx_get_int_parm(lp, LPX_K_MSGLEV);

Hence in the patch you have to use
int msg_level = ((glp_tree*)((glp_prob*)lp)->tree)->parm->msg_lev;

Best regards

Xypron
-- 
View this message in context: 
http://www.nabble.com/GLP_MSG_OFF-ignored-tp21122577p21122750.html
Sent from the Gnu - GLPK - Bugs mailing list archive at Nabble.com.



_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to