help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Making GLPK silent


From: Uday Reddy
Subject: [Help-glpk] Making GLPK silent
Date: Wed, 28 Jan 2015 12:08:08 +0530

I'd like to make glp routines silent, but I couldn't find anything in
the manual that said how one could turn output off from routines like
glp_read_lp, glp_scale_prob, glp_adv_basis. Setting the control
parameter message level to MSG_OFF only affects solver routines
(glp_simplex, etc.), and I still have output like this:

Reading problem data from 'test.cplex'...
37 rows, 14 columns, 78 non-zeros
14 integer variables, 2 of which are binary
73 lines were read
Scaling...
 A: min|aij| =  1.000e+00  max|aij| =  1.250e+02  ratio =  1.250e+02
GM: min|aij| =  4.472e-01  max|aij| =  2.236e+00  ratio =  5.000e+00
EQ: min|aij| =  2.000e-01  max|aij| =  1.000e+00  ratio =  5.000e+00
Constructing initial basis...
Size of triangular part is 37

Any way this can be turned off as well? glpk.h doesn't seem to expose
anything more either.

Thanks,
Uday



reply via email to

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