LogTo("d:/gap/games/rubik/rubik12.log"); Read("d:/gap/gap3r4p3/lib/abstab.g"); uu:=(1,3)(2,4);ff:=(1,8)(4,5);dd:=(5,7)(6,8); bb:=(3,6)(2,7);rr:=(2,5)(1,6);ll:=(4,7)(3,8); H:=Group(uu,ff,rr,dd,bb,ll); a1:=(3,6,8)(4,5,7); a2:=FactorPermGroupElement(H,a1); b1:=(2,4)(5,7); b2:=FactorPermGroupElement(H,b1); c1:=(2,4,7,5)(3,6); c2:=FactorPermGroupElement(H,c1); d1:=(1,3)(6,8); d2:=FactorPermGroupElement(H,d1); e1:=(1,3,6,8)(4,7); e2:=FactorPermGroupElement(H,e1); f1:=(1,3,6,8)(2,4,5,7); f2:=FactorPermGroupElement(H,f1); g1:=(1,3)(2,5)(4,7)(6,8); g2:=FactorPermGroupElement(H,g1);