Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Adding more info about Av and clarifying the output of the enumeration strategies function
  • Loading branch information
ulfarsson authored Aug 29, 2024
1 parent 32cfb32 commit d068344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
######################

Expand Down

0 comments on commit d068344

Please sign in to comment.