On Tuesday, September 15, 2015 at 7:46:27 AM UTC+2, Aaron Meurer wrote: > > It should be considered a bug in simplify. It's probably not stuck in > an endless loop, but rather just an extremely inefficient algorithm. > If you end up canceling it with Control-C open an issue with the > traceback so we can see where it got stuck. > > Aaron Meurer >
Sorry for the late reply. I can confirm it was not stuck, and took more than four days but less than a week to finish. The final expression was almost the same, with only a minor change: + ((a1 - b1)...) - ((- a1 + b1)...) Since I have to rerun it again anyway, I can do so under cProfile. Would that be more helpful than the traceback? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/44f83f7d-b697-44d9-be93-e0c9e2ab2920%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
