Hi, In sympycore we have Verbatim class that holds expressions without any evaluation. E.g. it can hold the expression 'x - y' in both forms: Add(x, -y) and Sub(x, y). Converting to Verbatim and back to the default representation is relatively cheap. May sympy should implement a similar scheme in order to better support the cse algorithm.
Pearu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en -~----------~----~----~----~------~----~------~--~---
