#group of order 55 
_RWS := rec(
  isRWS := true,
  ordering := "shortlex",
  generatorOrder := [a,A,b,B],
  inverses := [A,a,B,b],
  equations := [[a^5,IdWord],[b^5,IdWord], [b*a*B*B*A*A,IdWord]]
);
