Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removeRedundantGenerators can be made faster... #8

Open
denisrosset opened this issue Oct 23, 2014 · 0 comments
Open

removeRedundantGenerators can be made faster... #8

denisrosset opened this issue Oct 23, 2014 · 0 comments

Comments

@denisrosset
Copy link
Owner

by adding generators one by one to the orbit, and stopping as soon as the orbit is complete, then removing redundant generators in bulk.

Cf. the symmetry group of the Chen 2008 inequality (d=5) in Faacets, where the subgroup search produces ~950 generators for a group of order 2400. The removal takes ages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant