> I would appreciate deprecated elements in glpk.h to be clearly marked, to
> avoid future confusion.
In glpk.h all definitions starting from the line:
#define LPX glp_prob
are deprecated and kept only for backward compatibility. (Probably there
must be an explicit comment in the header file.)
Andrew Makhorin wrote:
>
> LPX_K_ROUND and LPX_K_RELAX are deprecated and kept in the glpk header
> only for backward compatibility.
>
Hello Andrew,
I would appreciate deprecated elements in glpk.h to be clearly marked, to
avoid future confusion.
See patch below.
Best regards
Xypron
--- gl
> So I was reading about how we have these parameters that are not
> normally set through the use of the control parameter structure, such
> as GLP_K_ROUND (default: 0) and GLP_K_RELAX (default: 0.07) I was
> wondering how these parameters can be accessed to show their default
> values or even to
So I was reading about how we have these parameters that are not
normally set through the use of the control parameter structure, such
as GLP_K_ROUND (default: 0) and GLP_K_RELAX (default: 0.07) I was
wondering how these parameters can be accessed to show their default
values or even to change the