Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Apr 17, 2024
1 parent 5403e06 commit 44868aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Groups/homomorphisms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,11 @@ function isomorphism(::Type{FPGroup}, G::GAPGroup; on_gens::Bool=false)
if GAP.Globals.HasFamilyPcgs(G.X)
pcgs = GAP.Globals.InducedPcgsWrtFamilyPcgs(G.X)
if pcgs == Ggens
# `pcgs` fits *and* is an object in `GAP.Globals.IsPcgs`,
# for which a special `GAPWrap.IsomorphismFpGroupByGenerators`
# method is applicable.
# (Currently the alternative is a cokernel computation.
# It might be useful to improve this on the GAP side.)
Ggens = pcgs
end
end
Expand Down

0 comments on commit 44868aa

Please sign in to comment.