Error when testing permutation groups for conjugacy #3446
Closed
Description
opened on May 9, 2019
The file
conjbug.txt
defines three permutation groups a
, b
, and c
of degree 448. Then
gap> RepresentativeAction(a,b,c);
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `^' on 2 arguments called from
OnTuples( sub, subs.reps[o]
) at /Volumes/BigDisk/oldgap/gap4r8/lib/stbcbckt.gi:724 called from
Clearly this should work.
I have been able to trace this back to GAP 4.7, but did not have an older runneable version to test on.
Activity