Skip to content

Commit

Permalink
ENHANCE: In MTC, make relators canonical (better duplicate detection)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Aug 11, 2016
1 parent cb2f07f commit 0184f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sgpres.gi
Original file line number Diff line number Diff line change
Expand Up @@ -3383,6 +3383,8 @@ local DATA,rels,i,j,w,f,r,s,fam,new,ri,a,offset,p,rset,re,start,stack,pres,
CompletionBar(InfoFpGroup,2,"Coset Loop: ",i/DATA.n);
for w in DATA.rels do
r:=NEWTC_Rewrite(DATA,i,w);
MakeCanonical(r);

# reduce with others
for j in rels do
r:=NEWTC_ReplacedStringCyclic(r,j);
Expand Down

0 comments on commit 0184f00

Please sign in to comment.