"Source: Text/Incidence/Tableau.text";
"Line: 1134";
"Date: Thu Sep 20 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/Tableau.text, line: 1134
// Example: H154E13 ()
print "Example: H154E13";
ei := GetEchoInput();
SetEchoInput(true);
P := [ 3, 2];
S := StandardTableaux( P );
S;
 
#S eq NumberOfStandardTableaux( P );
assert $1;
SetEchoInput(ei);
