Open ThomasBreuer opened 1 month ago
When converting to a permutation representation this works for me in the development version. It is likely not not work in 4.12, in part because it relies on pretabulated data.
In the case of calling it for a matrix group, I expect that the implementation of homomorphisms will somewhere stumble. This is a more general problem, not one specific to ConfluentMonoidPresentationForGroup
. IF this is needed, the obvious solution is to add a method for it to the nice monomorphism framework.
The following happens in GAP 4.13.1 and in the current master branch.
In GAP 4.12.2, I get another error.
Since GAP 4.13, apparently
IsomorphismFpGroupByChiefSeries
has a method for the given group, but we run into the error inside this method. If we switch to an isomorphic permutation group before callingConfluentMonoidPresentationForGroup
thenConfluentMonoidPresentationForGroup( G )
succeeds in GAP 4.13.1 or newer, and I was not patient enough to wait for the answer in GAP 4.12.2.(The problem has been originally observed by @fieker.)