Comment #15 on issue 666 by [email protected]: sorting of expressions makes subs_dict() fail
http://code.google.com/p/sympy/issues/detail?id=666
In https://github.com/sympy/sympy/pull/690 there is no subs_dict; mattpap's O(x**2) algorithm is used to sort (old,new) pairs in a dictionary; simple count_op length is used to sort other unordered containers of pairs (e.g. pairs given in a set). There is also an exact substitution keyword that then uses rlamy's xreplace.
-- 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.
