Re: [sympy] Incremental Schreier-Sims algorithm, and subgroup searching. (#1454)

2012-08-07 Thread david joyner
This patch looks good to me and it passes all tests. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1454#issuecomment-7567618 -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group,

Re: [sympy] Incremental Schreier-Sims algorithm, and subgroup searching. (#1454)

2012-08-07 Thread Aaron Meurer
OK, I'll merge it then. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1454#issuecomment-7569421 -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to

[sympy] Incremental Schreier-Sims algorithm, and subgroup searching. (#1454)

2012-07-31 Thread Aleksandar Makelov
Implemented a version of the Schreier-Sims algorithm that takes a sequence of points and a generating set for a group and extends them to a base and strong generating set. Implemented a procedure to remove redundant generators from a strong generating set. Implemented the procedure