> The glp_adv_basis() prints "Crashing...", even if the the LPX_K_MSGLEVEL
> is set to zero.

Lpx_set_int_parm is a deprecate routine, besides LPX_K_MSGLEVEL affects
only the solver output.

If you want glpk to be silent, use glp_term_out(GLP_OFF);

>  Is this function safe, what does the message means?

See http://lists.gnu.org/archive/html/help-glpk/2008-11/msg00100.html .



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to