Hi, in order to get a GLPK 4.31 library linked with other code, I had to change line 29 of glpscl.h from #define scale_prob _glp_scale_prob to #define scale_prob glp_scale_prob
According to glpapi04.c, glp_scale_prob does not have an underscore in the beginning. Stefan -- Stefan Vigerske Humboldt University Berlin, Numerical Mathematics http://www.math.hu-berlin.de/~stefan _______________________________________________ Bug-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-glpk
