Re: [Bug-glpk] Problem in GLPK 3.1

20 Jun
2002
20 Jun
'02
2:42 p.m.
we are using GLPK services from a C++ application. After upgrading from GLPK 3.0.6 to GLPK 3.1 we are having compilation problems due to the fact that `class' is a keyword in C++ and so cannot be used as an identifier. The problematic lines in glpk.h are lines 297 and 598, reading
int class;
and
void lpx_set_class(LPX *lp, int class);
respectively.
Thank you for your bug report! Please look at the following messages concerning this bug and how to fix it:
http://mail.gnu.org/pipermail/help-glpk/2002-May/000128.html
http://mail.gnu.org/pipermail/help-glpk/2002-May/000129.html
http://mail.gnu.org/pipermail/help-glpk/2002-May/000130.html
8524
Age (days ago)
8524
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Makhorin