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

Performance issue with AllSmallGroups #4056

Closed
Stefan-Kohl opened this issue Jun 18, 2020 · 1 comment
Closed

Performance issue with AllSmallGroups #4056

Stefan-Kohl opened this issue Jun 18, 2020 · 1 comment

Comments

@Stefan-Kohl
Copy link
Member

Observed behaviour

gap> AllSmallGroups(Size,256,IsSolvable,false); time;
[ ]
0
gap> AllSmallGroups(Size,512,IsSolvable,false); time;
(... hangs ... )

Expected behaviour

gap> AllSmallGroups(Size,256,IsSolvable,false); time;
[ ]
0
gap> AllSmallGroups(Size,512,IsSolvable,false); time;
[ ]
0

Copy and paste GAP banner (to tell us about your setup)

┌───────┐ GAP 4.11.0 of 29-Feb-2020
│ GAP │ https://www.gap-system.org
└───────┘ Architecture: x86_64-pc-linux-gnu-default64-kv7
Configuration: gmp 5.1.3, GASMAN
Loading the library and packages ...
Packages: GAPDoc 1.6.3, PrimGrp 3.4.0, SmallGrp 1.4.1, TransGrp 2.0.5
Try '??help' for help. See also '?copyright', '?cite' and '?authors'

@fingolfin
Copy link
Member

This is a special case of gap-packages/smallgrp#4

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

2 participants