Dear Xypron, > ¿ Is it necessary to remove > %array_functions(int, intArray) > %array_functions(double, doubleArray) > to get Python working, > or is it sufficient to add > %array_class(int, intArray); > %array_class(double, doubleArray); > to swig/glpk.i ?
It is necessary to replace %array_functions by %array_class (otherwise, the intArray and doubleArray symbols would be multiply defined). Please check that %array_class has the behaviour you expect in the java interface... Thanks, Pedro _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
