Dear Xypron, I am maintaining a glpk interface for python, and was on the course of updating it when you sent a proposal for a swig wrapper to be included in the glpk distribution; nice surprise!
I was using the commands %include "carrays.i" %array_class(int, intArray); %array_class(double, doubleArray); for the intercommunication of C arrays; your file is slightly different (you are using %array_functions instead of %array_class). In case %array_class works in the languages you are interested in, may I suggest to use it? In Python %array_functions do not seem to work. Thank you, Pedro -- Joao Pedro Pedroso [email protected] Faculdade de Ciencias da Universidade do Porto Departamento de Ciencia de Computadores R. Campo Alegre 1021-1055, 4169-007 Porto, Portugal Tel: (+351)220.402.919 Fax: (+351)220.402.950 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
