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

Add LowIndexNormalSubgroups method. #57

Closed
FriedrichRober opened this issue Dec 13, 2023 · 1 comment · Fixed by #59
Closed

Add LowIndexNormalSubgroups method. #57

FriedrichRober opened this issue Dec 13, 2023 · 1 comment · Fixed by #59

Comments

@FriedrichRober
Copy link
Collaborator

We need a high-level function for the User to just get a list of normal subgroups and not that Lins_Graph datastructure.
Need to keep in mind, that this operation is already declared in polycylic

@FriedrichRober FriedrichRober added this to the Publish Package milestone Dec 13, 2023
@FriedrichRober
Copy link
Collaborator Author

I'm very much in favor of distributing the package. Would it be possible to add a trivial function

LowIndexNormalSubgroups:=function(g,n)
local l;
  l:=LowIndexNormalSubgroupsSearchForAll(g,n);
  return List(List(l),Grp);
end;

to cater to users who just want a list of actual subgroups without the fancier features?

Originally posted by @hulpke in #50 (comment)

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

Successfully merging a pull request may close this issue.

1 participant