Re: [sympy] Re: Problem on dup_zz_zassenhaus?

2020-05-18 Thread Aaron Meurer
You will need to run the tests yourself on your computer to see where they hang. If you interrupt the hanging test with Control-C, it will give you a traceback that will tell you where it was when you stopped it. See

[sympy] Re: Problem on dup_zz_zassenhaus?

2020-05-16 Thread Lagamura Chess
We made some changes, and now Travis CI gives timeout because no output was recieved. This means something like an infinite loop? How can i debug this? Link of Build: https://travis-ci.org/github/sympy/sympy/jobs/687721212 -- You received this message because you are subscribed to the Google

[sympy] Re: Problem on dup_zz_zassenhaus?

2020-05-11 Thread Kalevi Suominen
Zassenhaus' algorithm has been taken from the book of von zur Gathen and Gerhard (Algorithm 15.19). The bound B is there given explicitly in a form that is equivalent to the one in dup_zz_zassenhaus ("the old bound"). It seems that it is necessary for the validity of the algorithm. There are