From d0683441c04eab055b5219f537b7878ade5505e3 Mon Sep 17 00:00:00 2001 From: Henning Ulfarsson Date: Thu, 29 Aug 2024 12:18:20 +0000 Subject: [PATCH] Update README.rst Adding more info about Av and clarifying the output of the enumeration strategies function --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 09cd999..9b4638e 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ interactive Python session, just like any other Python library: >>> from permuta import * -Importing ``*`` from it supplies you with the 'Perm' and 'PermSet' +Importing ``*`` supplies you with the 'Perm' and 'PermSet' classes along with the 'AvoidanceClass' class (with alias 'Av') for generating perms avoiding a set of patterns. It also gives you the 'MeshPatt' class and some other submodules which we will not discuss in this readme. @@ -178,7 +178,7 @@ There are numerous practical methods available: Creating a perm class ##################### -Perm classes are specified with a basis: +Perm classes are created by first specifying a basis and then calling the 'Av' class, to create the set of permutations avoiding the basis: .. code-block:: python @@ -227,6 +227,8 @@ given class. Enumeration of Permutation Classes and Weighted Labelled Independent Sets: Corollary 4.6 The class contains only finitely many simple permutations +The output is the name of a paper, followed by the statement in the paper where the enumeration strategy is discussed or stated. + Permutation statistics ######################