Skip to content

Commit

Permalink
Trivial group has empty generating set.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Sep 29, 2016
1 parent 9891241 commit cf5bbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autsr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ local ff,r,d,ser,u,v,i,j,k,p,bd,e,gens,lhom,M,N,hom,Q,Mim,q,ocr,split,MPcgs,
AQP:=Image(AQiso,AQ);
# force degree down
a:=Size(AQP);
AQP:=Group(SmallGeneratingSet(AQP));
AQP:=Group(SmallGeneratingSet(AQP),One(AQP));
SetSize(AQP,a);
a:=SmallerDegreePermutationRepresentation(AQP:cheap);
if NrMovedPoints(Image(a))<NrMovedPoints(AQP) then
Expand Down

0 comments on commit cf5bbdd

Please sign in to comment.