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

WreathProducts #3742

Open
fieker opened this issue May 16, 2024 · 1 comment
Open

WreathProducts #3742

fieker opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fieker
Copy link
Contributor

fieker commented May 16, 2024

julia> wreath_product(abelian_group(PermGroup, [4]), symmetric_group(4))
<permutation group of size 6144 with 6 generators>

julia> maximal_subgroup_reps(ans)
5-element Vector{WreathProductGroup}:
 <permutation group with 11 generators>
 <permutation group with 11 generators>
 <permutation group with 11 generators>
 Group([ (9,13)(10,14)(11,15)(12,16), (1,9)(2,10)(3,11)(4,12)(5,13)(6,14)(7,15)(8,16), (1,2,3,4) ])
 Group([ (1,2,3,4), (5,6,7,8)(9,14,12,13,11,16,10,15), (5,16,9,6,13,10,7,14,11,8,15,12) ])

julia> map(is_transitive, ans)
ERROR: MethodError: no method matching is_transitive(::WreathProductGroup)

@fieker fieker added the enhancement New feature or request label May 16, 2024
@joschmitt
Copy link
Member

Looks like it is related to #3413.

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

No branches or pull requests

2 participants