Skip to content

Commit d3cda06

Browse files
Sandstorm831dimpase
authored andcommitted
adding reference
1 parent 8521009 commit d3cda06

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,6 +3821,10 @@ REFERENCES:
38213821
*Bethe ansatz and inverse scattering transform in a periodic
38223822
box-ball system*, Nuclear Phys. B **747**, no. 3 (2006), 354--397.
38233823
3824+
.. [KTZ1987] Kierstead, H.A., Trotter, W.T. & Zhou, B. Representing an ordered
3825+
set as the intersection of super greedy linear extensions. Order 4,
3826+
293-311 (1987).
3827+
:doi:`10.1007/BF00337892`
38243828
.. [Kuh1987] \W. Kühnel, "Minimal triangulations of Kummer varieties",
38253829
Abh. Math. Sem. Univ. Hamburg 57 (1987), 7-20.
38263830

src/sage/combinat/posets/linear_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def is_supergreedy(self):
268268
Informally, a linear extension is supergreedy if it "always
269269
goes up and receedes the least"; in other words, supergreedy
270270
linear extensions are depth-first linear extensions.
271-
`Reference <https://link.springer.com/article/10.1007/BF00337892>`_
271+
For more details see [KTZ1987]_.
272272
273273
EXAMPLES::
274274

0 commit comments

Comments
 (0)