gap> Read("c:/gap/games/rainbow/rainbow9.g"); Error, LogTo: can not log to rainbo9.log gap> Read("c:/gap/games/rainbow/rainbow9.g"); Error, LogTo: can not log to rainbo11.log gap> f1; Error, Variable: 'f1' must have a value gap> Read("c:/gap/games/rainbow/rainbow9.g"); The record 'descriptions' contains brief descriptions of the functions in this file. Functions of importance: MakeAbStabChain, FactorPermGroupElement, Shrink Syntax error: expression expected in c:/gap/games/rainbow/rainbow9.g line 35 ^ gap> word2; g7^-1*g8*g5^-1*g8^-2*g5^-1*g1^-1*g5^-1*g8*g5^-1*g1*g5^-1*g8*g5^-1*g1^-1*g5^-1*\ g8^-2*g5^-1*g1*g5^-1*g8^3*g5^-1*g1^-1*g5^-1*g8^-1*g5^-1*g1*g5^-1*g8^-2*g5^-1*g\ 1^-1*g5^-1*g8*g5^-1*g1*g5^-1*g8^-2*g5^-1*g1^-1*g5^-1*g8*g5^-1*g1*g5^-1*g8*g5^-\ 1*g1^-1*g5^-1*g8^-2*g5^-1*g1*g5^-1*g8^3*g5^-1*g1^-1*g5^-1*g8^-3*g5^-1*g1*g5^-1\ *g8^3*g5^-1*g1^-1*g5^-1*g8*g5^-1*g1*g5^-1*g8^-3*g5^-1*g1^-1*g5^-1*g8^2*g5^-1*g\ 1*g5^-1*g8^-1*g5^-1*g1^-1*g5^-1*g8^-1*g5^-1*g1*g5^-1*g8^2*g5^-1*g8^-1*g5^-1*g8\ ^-2*g5^-1*g1^-1*g5^-1*g8*g5^-1*g1*g5^-1*g8*g5^-1*g1^-1*g5^-1*g8^-2*g5^-1*g1*g5\ ^-1*g8^2*g5^-1*g7^-1 gap> RequirePackage("grape"); Loading GRAPE 2.2 (GRaph Algorithms using PErmutation groups), by L.H.Soicher@qmw.ac.uk. gap> gamma:=CompleteGraph(perm_group); rec( isGraph := true, order := 32, group := Group( (25,26,27,28,29,30,31,32), (17,18,19,20,21,22,23,24), ( 9,10,11,12,13,14,15,16), ( 5,32)( 6,31)( 7,30)( 8,29)(13,24)(14,23) (15,22)(16,21), ( 4,31)( 5,30)( 6,29)( 7,28)(12,23)(13,22)(14,21)(15,20), ( 3,30)( 4,29)( 5,28)( 6,27)(11,22)(12,21)(13,20)(14,19), ( 2,29)( 3,28) ( 4,27)( 5,26)(10,21)(11,22)(12,23)(13,24), (1,2,3,4,5,6,7,8) ), schreierVector := [ -1, 8, 8, 6, 5, 5, 4, 4, -2, 3, 3, 3, 3, 5, 4, 4, 2, 2, 6, 6, 7, 6, 5, 4, 1, 7, 6, 7, 7, 1, 1, 1 ], adjacencies := [ [ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 ] ], representatives := [ 1, 9 ], isSimple := true ) gap> Diameter(gamma); 1 gap> quit;