Comment #5 on issue 2971 by [email protected]: MathML Parser http://code.google.com/p/sympy/issues/detail?id=2971
No, as far as I know, no one has been working on this. I'm not sure if it would be the ideal way to go from one system to another. The expression graph traverser sounds like a much better way. Another option, at least for SymPy to CasADi, would be to write a custom printer that prints objects in CasADi syntax. This is how SymPy -> most things works (MathML, LaTeX, Fortran, C, Python, etc.). Of course, this differs from your way in that it would create a string expression which would then need to be reevaluated. And I don't know if CasADi is written in such a way that writing a reverse printer would be easy.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
