Re: [Help-glpk] GLP_K_ROUND and GLP_K_RELAX

2009-10-10 Thread Andrew Makhorin
> 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.)

Re: [Help-glpk] GLP_K_ROUND and GLP_K_RELAX

2009-10-10 Thread xypron
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

Re: [Help-glpk] GLP_K_ROUND and GLP_K_RELAX

2009-10-10 Thread Andrew Makhorin
> 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

[Help-glpk] GLP_K_ROUND and GLP_K_RELAX

2009-10-01 Thread Sam Seaver
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