Open bfb29a4a-88fa-4170-a9d3-fbbbbe6fa6be opened 5 years ago
Changed keywords from @fpsac2019 to fpsac2019
Commit: 2a34320
New commits:
2a34320 | added factory classes |
Description changed:
---
+++
@@ -1,3 +1,3 @@
-Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071.
+Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071. This will be done using a factory class of semistandard alphabet tableaux where each cell are filled with letters from a totally ordered alphabet.
-In the special case of semistandard set-valued tableaux as described by Monical, Pechenik and Scrimshaw, see https://arxiv.org/abs/1807.03294, we implement their type A crystal structures as well.
+In particular, using this factory class, we will implement semistandard set-valued tableaux and their type A crystal structure as described by Monical, Pechenik and Scrimshaw, see https://arxiv.org/abs/1807.03294.
Branch pushed to git repo; I updated commit sha1. New commits:
83c1810 | Modify skeleton code |
As per our discussions, it might be better to split the two classes between between two different tickets since they will have fairly different implementations. Also, you might consider working on a public/*
branch so you can both easily push/pull without always changing the branch ;)
.
New commits:
a19a9d0 | added description of SemistandardMultisetTableau |
ec48f09 | committing |
6f9fe24 | correcting typo |
3f441d2 | Resolved merge conflict by keeping Wencin's skeleton |
4fb4440 | changed some 'weak' to 'multiset' |
4535920 | Add skeleton code for SemistandardMultisetTableaux |
Branch pushed to git repo; I updated commit sha1. New commits:
cc3943a | Modify code for SemistandardMultisetTableaux |
Description changed:
---
+++
@@ -1,3 +1 @@
-Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071. This will be done using a factory class of semistandard alphabet tableaux where each cell are filled with letters from a totally ordered alphabet.
-
-In particular, using this factory class, we will implement semistandard set-valued tableaux and their type A crystal structure as described by Monical, Pechenik and Scrimshaw, see https://arxiv.org/abs/1807.03294.
+Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071.
@ tscrim: Noted. Please see also #28145 for crystal on semistandard set valued tableaux.
New commits:
dd3b0d4 | Add init and contains for SemistandardMultisetTableaux |
0c54272 | add ssmt singular class stub |
5d752f4 | Merge branch 'u/gh-hchapman/semistandard_multiset_tableaux_and_crystal_on_semistandard_set_valued_tableaux' of git://trac.sagemath.org/sage into t/28134/semistandard_multiset_tableaux_and_crystal_on_semistandard_set_valued_tableaux |
New commits:
e7f159b | flesh out classcall_private for SemistandardMultisetTableau and some cleanup elsewhere in Tableaux |
15e0cc2 | started iter for semistandard multiset tableaux |
f503013 | minor edits on iter |
d5b0555 | fixed conflicts in merge |
763aa6d | trying to get a MWE, committing now to switch branches |
39e2efa | Merge branch 'u/gh-jdmeza/semistandard_multiset_tableaux_and_crystal_on_semistandard_set_valued_tableaux' of git://trac.sagemath.org/sage into t/28134/public/semistandard_multiset_tableaux |
Branch pushed to git repo; I updated commit sha1. New commits:
f387ac0 | fix issue with SSMT key |
Branch pushed to git repo; I updated commit sha1. New commits:
6aee1de | clean up SSMT singular class, add list() to shape_weight |
Branch pushed to git repo; I updated commit sha1. New commits:
8123bb5 | add some SSMT cardinality and list methods |
Description changed:
---
+++
@@ -1 +1,3 @@
Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071.
+
+Maybe also see Zabrocki's code at http://garsia.math.yorku.ca/~zabrocki/multisettableau.py
Ticket retargeted after milestone closed
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date.
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
Implementation of class of semistandard multiset tableaux as defined by Colmenarejo, Orellana, Saliola, Schilling and Zabrocki, see https://arxiv.org/pdf/1905.02071.
Maybe also see Zabrocki's code at http://garsia.math.yorku.ca/~zabrocki/multisettableau.py
CC: @jdmeza @tscrim @anneschilling @zabrocki
Component: combinatorics
Keywords: fpsac2019
Author: Jeremy Meza, Wencin Poh
Branch/Commit: public/semistandard_multiset_tableaux @
8123bb5
Issue created by migration from https://trac.sagemath.org/ticket/28134