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 --- glpk-4.39/include/glpk.h 2009/10/10 09:46:56 470 +++ glpk-4.39/include/glpk.h 2009/10/10 10:06:21 471 @@ -1077,11 +1077,11 @@ #define LPX_K_SCALE 301 /* lp->scale */ #define LPX_K_DUAL 302 /* lp->dual */ #define LPX_K_PRICE 303 /* lp->price */ -#define LPX_K_RELAX 304 /* lp->relax */ +#define LPX_K_RELAX 304 /* lp->relax, deprecated */ #define LPX_K_TOLBND 305 /* lp->tol_bnd */ #define LPX_K_TOLDJ 306 /* lp->tol_dj */ #define LPX_K_TOLPIV 307 /* lp->tol_piv */ -#define LPX_K_ROUND 308 /* lp->round */ +#define LPX_K_ROUND 308 /* lp->round, deprecated */ #define LPX_K_OBJLL 309 /* lp->obj_ll */ #define LPX_K_OBJUL 310 /* lp->obj_ul */ #define LPX_K_ITLIM 311 /* lp->it_lim */ -- View this message in context: http://www.nabble.com/GLP_K_ROUND-and-GLP_K_RELAX-tp25709726p25832783.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
