Updates:
        Summary: Removing sorting of Add.args and Mul.args

Comment #3 on issue 2855 by [email protected]: Removing sorting of Add.args and Mul.args
http://code.google.com/p/sympy/issues/detail?id=2855

A better solution might be to remove all sorting entirely. Hash randomization is getting us on the way to tests that would pass with it, and unlike what is suggested here, it would actually be more efficient. For hashes and comparison, we could use frozensets (it would cause problems with evaluate=False expressions, though). I think changing the way __eq__ works is necessary to fix issue 1973.

--
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.

Reply via email to