bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] Problem in GLPK 3.1


From: Roberto Bagnara
Subject: [Bug-glpk] Problem in GLPK 3.1
Date: Thu, 20 Jun 2002 08:26:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606

Hi there,

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.
All the best, and thank you for GLPK

    Roberto

--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:address@hidden




reply via email to

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