sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.3k stars 447 forks source link

Implement Column Bump and Reverse Column Bump for Semistandard Tableaux #25961

Open 1adc0eef-8957-46d9-975b-2dd71dfbd9ba opened 6 years ago

1adc0eef-8957-46d9-975b-2dd71dfbd9ba commented 6 years ago

Currently, semistandard tableau (or any tableau with weakly increasing rows and strictly increasing columns) only have methods for row bumping and reverse row bumping. They should also be able to do column bumping and reverse column bumping.

Specifically interested in using this to implement cyclage posets (future ticket).

Potentially related to #25070 , except that would run through the entire column bumping/reverse bumping procesure, and we want to only do a single step.

Component: combinatorics

Keywords: sagedays@icerm

Issue created by migration from https://trac.sagemath.org/ticket/25961

1adc0eef-8957-46d9-975b-2dd71dfbd9ba commented 6 years ago

Changed keywords from none to sagedays@icerm

8e703ac0-6743-4388-aea3-be0be16f21f0 commented 6 years ago

I realized this is for cocyclage, not cyclage, so this might not actually be relevant.

mkoeppe commented 1 year ago
comment:2

Attachment: cyclage.sagews.gz