We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PreOrbishProcessing
1 parent 7abb7eb commit 151b4a3Copy full SHA for 151b4a3
lib/oprt.gd
@@ -746,10 +746,6 @@ end );
746
## </ManSection>
747
## <#/GAPDoc>
748
##
749
-DeclareOperation( "PreOrbishProcessing", [IsGroup]);
750
-
751
-InstallMethod( PreOrbishProcessing, [IsGroup], x->x );
752
753
BindGlobal( "OrbitishFO", function( name, reqs, famrel, usetype,realenum )
754
local str, orbish, func,isnotest;
755
@@ -823,8 +819,6 @@ local str, orbish, func,isnotest;
823
819
"or ", name, "(<G>[,<Omega>],<pnt>[,<gens>,<acts>][,<act>])" );
824
820
fi;
825
821
826
- G := PreOrbishProcessing(G);
827
828
822
if not IsBound( gens ) then
829
if (not IsPermGroup(G)) and CanEasilyComputePcgs( G ) then
830
gens := Pcgs( G );
@@ -1120,8 +1114,6 @@ local str, orbish, func;
1120
1114
1121
1115
1122
1116
1123
1124
1125
1117
1126
1118
1127
1119
0 commit comments