tsolve: prevent infinite recursion for f(x)+g(x)=y case (#1011)
commit0462607065ed9357812459bddf85765ff8e7bec1
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Thu, 14 Aug 2008 22:10:24 +0000 (15 02:10 +0400)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Thu, 14 Aug 2008 22:10:24 +0000 (15 02:10 +0400)
tree4fd3a7dbb194671a9afea901de5dbfe1628db399
parent61bff6c6f85b99724ef2afeec6f45fe5683c6d72
tsolve: prevent infinite recursion for f(x)+g(x)=y case  (#1011)

When moving independent parts of an equation to rhs, we were catching that
"we've done it all" only in lhs!=Add case

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Ondrej Certik <ondrej@certik.cz>
sympy/solvers/solvers.py