> Andrew,
> is really needed the removal of an interface ?
> 
> API bump are a pain for distribution packagers.
> 


Hello Marco,

in libglpk.so.40.0.1 built using 4.60-alpha glp_gmi_cut seems to exist.

In glpk.h we have
#ifdef GLP_UNDOC
int glp_gmi_cut(glp_prob *P, int j, int ind[], double val[], double
      phi[]);
/* generate Gomory's mixed integer cut (core routine) */
#endif

So you think version-info should be 41:0:1?
This would signify no changes to existing interfaces but new ones
(GLP_RT_FLIP) added relative to 4.59.

Best regards

Heinrich Schuchardt

_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to