-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
kind: bugIssues describing general bugs, and PRs fixing themIssues describing general bugs, and PRs fixing themkind: bug: wrong resultIssues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing themIssues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them
Description
On GAP-4.15.1, the ConjugacyClassesPerfectSubgroups does not find all perfect subgroups in some cases:
G:=WreathProduct(Group((1,2)), SymmetricGroup(6));;
Number(ConjugacyClassesSubgroups(G), h -> IsPerfect(Representative(h))); # =8
Size(ConjugacyClassesPerfectSubgroups(G)); # =6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: bugIssues describing general bugs, and PRs fixing themIssues describing general bugs, and PRs fixing themkind: bug: wrong resultIssues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing themIssues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them