bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] glp_scale_prob vs. _glp_scale_prob


From: Stefan Vigerske
Subject: [Bug-glpk] glp_scale_prob vs. _glp_scale_prob
Date: Mon, 8 Sep 2008 13:55:30 +0400

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]