LogTo("/home/math6/wdj/gap/games/bug.log"); Read("/home/math6/wdj/gap/games/grpdata.g"); Read("/home/math6/wdj/gap/new/AbStab.g"); gen:=Set([f1,f2,f3,f4,r1,r2,r3,r4]); G:=MinGenSet(gen); 2_cycle:=(1,2); cycle2a:=FactorPermGroupElement(G,2_cycle); cycle2b:=Shrink(G,cycle2a); cycle2c:=Shrink(G,cycle2b); cycle2a=cycle2b; cycle2b=cycle2c; FactorPermGroupElement(G,f2); FactorPermGroupElement(G,f3); FactorPermGroupElement(G,f4); FactorPermGroupElement(G,r1); FactorPermGroupElement(G,r2); FactorPermGroupElement(G,r3); FactorPermGroupElement(G,r4); quit;