sagemath / sage

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

Implement flush and seg statistics on tableaux #15689

Closed bsalisbury1 closed 10 years ago

bsalisbury1 commented 10 years ago

Implements the segment and flush statistic for semistandard Young tableaux. Definition of the statistics may be found in arXiv:1401.1185.

CC: @tscrim

Component: combinatorics

Keywords: seg, flush, tableau

Author: Ben Salisbury

Branch/Commit: public/combinat/seg_flush-15689 @ bcff78e

Reviewer: Travis Scrimshaw

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

bsalisbury1 commented 10 years ago

Branch: public/combinat/seg_flush-15689

bsalisbury1 commented 10 years ago

Commit: a8a71f1

bsalisbury1 commented 10 years ago

New commits:

35a3d70Added flush and seg to Tableau class
a8a71f1Fixed documentation errors.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

adea275Really fixed documentation errors this time.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Changed commit from a8a71f1 to adea275

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Changed commit from adea275 to bcff78e

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

d513997Merge branch 'public/combinat/seg_flush-15689' of trac.sagemath.org:sage into public/combinat/seg_flush-15689
bcff78eReview changes.
tscrim commented 10 years ago
comment:5

If you're happy with my changes, then this is a positive review.

tscrim commented 10 years ago

Reviewer: Travis Scrimshaw