Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
References to standar example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Jan 24, 2016
1 parent 6b4abd5 commit 7c74da6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/sage/combinat/posets/poset_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
:meth:`~Posets.RestrictedIntegerPartitions` | Return the poset of integer partitions of `n`, ordered by restricted refinement.
:meth:`~Posets.ShardPoset` | Return the shard intersection order.
:meth:`~Posets.SSTPoset` | Return the poset on semistandard tableaux of shape `s` and largest entry `f` that is ordered by componentwise comparison.
:meth:`~Posets.StandardExample` | Return the standard example of a poset with dimension 'n'.
:meth:`~Posets.StandardExample` | Return the standard example of a poset with dimension `n`.
:meth:`~Posets.SymmetricGroupBruhatIntervalPoset` | The poset of permutations with respect to Bruhat order.
:meth:`~Posets.SymmetricGroupBruhatOrderPoset` | The poset of permutations with respect to Bruhat order.
:meth:`~Posets.SymmetricGroupWeakOrderPoset` | The poset of permutations of `\{ 1, 2, \ldots, n \}` with respect to the weak order.
Expand Down Expand Up @@ -544,6 +544,14 @@ def StandardExample(n, facade=None):
sage: A.dimension()
3
REFERENCES:
.. [Rosen] K. Rosen *Handbook of Discrete and Combinatorial
Mathematics* (1999), Chapman and Hall.
.. [Garg] V. Garg *Introduction to Lattice Theory with Computer
Science Applications* (2015), Wiley.
TESTS::
sage: A = Posets.StandardExample(10); A
Expand Down

0 comments on commit 7c74da6

Please sign in to comment.