[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-glpk] cpx_basis and adv_basis generate stderr output
From: |
Thomas Kahle |
Subject: |
[Bug-glpk] cpx_basis and adv_basis generate stderr output |
Date: |
Tue, 12 May 2009 22:33:16 +0300 |
Dear friends of glpk,
I'm not sure if this is a bug, however I wanted to bring to you
attention that the functions
void adv_basis(glp_prob *lp) in src/glpini01.c
and cpx_basis in src/glpini01.c
both have statement
xprintf("Crashing...\n");
While I already learned that this is terminus technicus from the field
and does not mean that some program is 'crashing', I consider it
slightly confusing to see this printed to stderr when the library is
used from a different program.
I'd be happy to see this removed in a future version.
Thank you for reading
Thomas
--
Thomas Kahle
The fundamental theorem of algebra is open source. Like any other
mathematical theorem it can be applied free of charge and everybody
has access to its proof and can convince himself how it works. Why
should software be any different?
- [Bug-glpk] cpx_basis and adv_basis generate stderr output,
Thomas Kahle <=