bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] GLP_MSG_OFF ignored


From: xypron
Subject: Re: [Bug-glpk] GLP_MSG_OFF ignored
Date: Sun, 21 Dec 2008 20:38:32 -0800 (PST)

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.





reply via email to

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