help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Variable Assigned to itself


From: Michael Hennebry
Subject: Re: [Help-glpk] Variable Assigned to itself
Date: Thu, 11 Sep 2014 10:12:44 -0500 (CDT)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

On Thu, 11 Sep 2014, Norman Jessup wrote:

I'm trying to compile the glpk source using the Eclipse IDE (I'm not terribly familiar with either). One module, glpini01.c, is generating multiple errors of the form:

   "Assignment to istelf 't = t' "

On looking at the code this does seem to be the case. I'm not sure if this is allowed by the C++ standard or not, and there is an option I can set to ignore this "error". However, as the starting value of t is established just a few lines before the "error" it seems it would be very straightforward to modify this so that no compiler or pre-compiler complains. Is there any reason why this can't be done ? I'd be happy to submit proposed changes,

Make sure you understand the error first.
Use -save-temps and look at the .ii file.

though given these are trivial it may be easier for the guardians of the code to change themselves rather than vet my updates.

--
Michael   address@hidden
"SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then."   --   John Woods



reply via email to

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