From f1cb6a14854fc0c16a1ffa688882c5a0e4a8b227 Mon Sep 17 00:00:00 2001 From: Marina Anagnostopoulou-Merkouri Date: Wed, 26 May 2021 16:57:48 +0300 Subject: [PATCH] fixed capitalisation in pancake graph and number of edges in burnt pancake --- doc/examples.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/examples.xml b/doc/examples.xml index 151af26bb..4c81aca11 100644 --- a/doc/examples.xml +++ b/doc/examples.xml @@ -500,8 +500,8 @@ gap> TriangularGridGraph(IsMutable, 3, 3); A digraph. If n is a positive integer, then this operation returns - the Pancake graph with n! vertices and n!(n - 1) - directed edges. The nth Pancake graph is the Cayley graph of the + the pancake graph with n! vertices and n!(n - 1) + directed edges. The nth pancake graph is the Cayley graph of the symmetric group acting on [1 .. n] with respect to the generating set consisting of the prefix reversals. This generating set consists of the permutations p2, p3, ..., @@ -539,8 +539,8 @@ true]]> A digraph. If n is a positive integer, then this operation returns - the burnt pancake graph with n! vertices and n!(n - 1) - directed edges. The nth Pancake graph is the Cayley graph of the + the burnt pancake graph with n! vertices and n2^(n)n! + directed edges. The nth burnt pancake graph is the Cayley graph of the hyperoctahedral group acting on [-n .. -1, 1 .. n] with respect to the generating set consisting of the prefix reversals, which are defined in exactly the same way as in . The hyperoctahedral group consists of