Updates:
Cc: asmeurer
Comment #106 on issue 1694 by smichr: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694
It's already fixed in commit 1923 and changes to make count_ops return a
count is implemented. If someone could review the mods made after your
comments (1923b in branch t2) we could get this pushed in. Once that 1923b
is accepted, I'll squash the two commits together, eliminating the TODO
from 1923's commit message.
from sympy import *
var('x')
x
Integral(x+1,x).count_ops(visual=1)
2 + ADD
Integral(x+1,x).count_ops()
3
--
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.