Updates:
Status: Fixed
Comment #1 on issue 1461 by [email protected]: cse() failing for a sum
http://code.google.com/p/sympy/issues/detail?id=1461
This was fixed by
commit 80d259755e089fd96824ad3ab9055a16c825432f
Author: Chris Smith <[email protected]>
Date: Thu Apr 14 10:27:04 2011 +0545
cse watches for exact Mul and Add sub-expressions
Adds and Muls that were not repeated subexpressions may still
contain subexpresions that are repeated, e.g. x+y+z and x+y
have x+y in common, but the cse process misses these.
And several tests were added, so I'm not adding this one -- just marking as
fixed.
--
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.