Currently the swig wrappers are built with the -builtin switch, that does not generate python wrapper classes.
This makes it impossible to use %pythonappend to convert the dictionaries returned by the functions getSolutionDict to real python dictionaries.
It should be possible - and desirable - to do so by using a typemap.
Currently the swig wrappers are built with the
-builtinswitch, that does not generate python wrapper classes.This makes it impossible to use
%pythonappendto convert the dictionaries returned by the functions getSolutionDict to real python dictionaries.It should be possible - and desirable - to do so by using a typemap.