src/combinat: move local references to global index (parking_functions, perfect_matching)#41773
Merged
vbraun merged 4 commits intosagemath:developfrom Mar 22, 2026
Conversation
…py to references/index.rst Part of sagemath#28445
mantepse
reviewed
Mar 7, 2026
Comment on lines
+5060
to
+5064
| .. [McD] combinatorics of hyperoctahedral group, double coset algebra and | ||
| zonal polynomials (I. G. Macdonald, Symmetric functions and Hall | ||
| polynomials, Oxford University Press, second edition, 1995, chapter | ||
| VII). | ||
|
|
Contributor
There was a problem hiding this comment.
Please do not add this as a reference. Instead, see below.
Suggested change
| .. [McD] combinatorics of hyperoctahedral group, double coset algebra and | |
| zonal polynomials (I. G. Macdonald, Symmetric functions and Hall | |
| polynomials, Oxford University Press, second edition, 1995, chapter | |
| VII). |
Contributor
Author
There was a problem hiding this comment.
Fixed !
mantepse
reviewed
Mar 7, 2026
mantepse
reviewed
Mar 7, 2026
Comment on lines
+5356
to
+5359
| .. [MV] combinatorics of orthogonal polynomials (A. de Medicis et | ||
| X.Viennot, Moments des q-polynômes de Laguerre et la bijection de | ||
| Foata-Zeilberger, Adv. Appl. Math., 15 (1994), 262-304) | ||
|
|
Contributor
There was a problem hiding this comment.
This reference is incorrect. See https://zbmath.org/0812.05074 for the correct title.
Contributor
Author
There was a problem hiding this comment.
Fixed !
Contributor
|
I really appreciate your work, this is very useful! If at all possible, please check the references with mathscinet or zbmath! |
Co-authored-by: Martin Rubey <axiomize@yahoo.de>
mantepse
reviewed
Mar 9, 2026
Comment on lines
6
to
+10
| the set `\{1,...,n\}`, it is equivalent to fixpoint-free involutions. These | ||
| simple combinatorial objects appear in different domains such as combinatorics | ||
| of orthogonal polynomials and of the hyperoctaedral groups (see [MV]_, [McD]_ | ||
| and also [CM]_): | ||
| of orthogonal polynomials and of the hyperoctahedral groups (see [MV]_, Chapter VII of [Mac1995]_ | ||
| and [CM]_): |
Contributor
There was a problem hiding this comment.
something went wrong here!
Contributor
Author
There was a problem hiding this comment.
Fixed it!
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Mar 15, 2026
sagemathgh-41773: src/combinat: move local references to global index (parking_functions, perfect_matching) Part of sagemath#28445 Moves local reference definitions from: - `src/sage/combinat/parking_functions.py` (4 refs: Beck, Hag08, Shin, GXZ) - `src/sage/combinat/perfect_matching.py` (3 refs: CM, McD, MV) URL: sagemath#41773 Reported by: Akshara Bhardwaj Reviewer(s): Akshara Bhardwaj, Martin Rubey
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Mar 18, 2026
sagemathgh-41773: src/combinat: move local references to global index (parking_functions, perfect_matching) Part of sagemath#28445 Moves local reference definitions from: - `src/sage/combinat/parking_functions.py` (4 refs: Beck, Hag08, Shin, GXZ) - `src/sage/combinat/perfect_matching.py` (3 refs: CM, McD, MV) URL: sagemath#41773 Reported by: Akshara Bhardwaj Reviewer(s): Akshara Bhardwaj, Martin Rubey
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Mar 21, 2026
sagemathgh-41773: src/combinat: move local references to global index (parking_functions, perfect_matching) Part of sagemath#28445 Moves local reference definitions from: - `src/sage/combinat/parking_functions.py` (4 refs: Beck, Hag08, Shin, GXZ) - `src/sage/combinat/perfect_matching.py` (3 refs: CM, McD, MV) URL: sagemath#41773 Reported by: Akshara Bhardwaj Reviewer(s): Akshara Bhardwaj, Martin Rubey
|
Documentation preview for this PR (built with commit adbdff5; changes) is ready! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #28445
Moves local reference definitions from:
src/sage/combinat/parking_functions.py(4 refs: Beck, Hag08, Shin, GXZ)src/sage/combinat/perfect_matching.py(3 refs: CM, McD, MV)