Skip to content

Instantly share code, notes, and snippets.

@arleighdickerson
Created September 20, 2014 14:15
Show Gist options
  • Save arleighdickerson/fc8f0516b45c111645d3 to your computer and use it in GitHub Desktop.
Save arleighdickerson/fc8f0516b45c111645d3 to your computer and use it in GitHub Desktop.
How to get all possible standard fillings for a given partition
Quiet[Needs["Combinatorica`"]];
lambda = {7,3,3,1};
(* May take a few seconds *)
fillings = Tableaux[lambda]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment