[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] adv_basis is not silent
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] adv_basis is not silent |
Date: |
Thu, 2 Apr 2009 01:01:38 +0300 |
> 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 .