help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Swig and C header files


From: Joao Pedro Pedroso
Subject: Re: [Help-glpk] Swig and C header files
Date: Fri, 6 Feb 2009 04:20:45 +0300

> Swig can read any file and action can be taken to overcome all(?)
> problems. However apart from the multiple defines, now resolved, in
> glpk_4.35 'in' and 'out' are used as names, which they were not
> before. Note that 'in' and 'out' are reserved words in C#. Swig is
> able to work around this but inconviniently. 

In Python too, 'in' causes a trouble; swig renames it to '_in', to
avoid the conflict with the Python keyword with the same name.

The solution proposed by Xypron (renaming to 'in_arcs' and 'out_arcs')
would solve the problem.

Pedro







reply via email to

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