Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Implementing row standard tableaux of partition tuple shape
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMathas committed Aug 5, 2016
1 parent d41fc7d commit eb8b0ef
Show file tree
Hide file tree
Showing 2 changed files with 2,479 additions and 978 deletions.
3 changes: 2 additions & 1 deletion src/sage/combinat/all.py
Expand Up @@ -90,7 +90,8 @@
from .ribbon_tableau import RibbonTableaux, RibbonTableau, MultiSkewTableaux, MultiSkewTableau, SemistandardMultiSkewTableaux
from .composition_tableau import CompositionTableau, CompositionTableaux

from sage.combinat.tableau_tuple import TableauTuple, StandardTableauTuple, TableauTuples, StandardTableauTuples
lazy_import('sage.combinat.tableau_tuple',['TableauTuple', 'StandardTableauTuple', 'RowStandardTableauTuple',
'TableauTuples', 'StandardTableauTuples', 'RowStandardTableauTuples'])
from .k_tableau import WeakTableau, WeakTableaux, StrongTableau, StrongTableaux

#Words
Expand Down

0 comments on commit eb8b0ef

Please sign in to comment.