"Source: Text/Incidence/Tableau.text";
"Line: 1590";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Incidence/Tableau.text, line: 1590
// Example: H158E17 ()
print "Example: H158E17";
ei := GetEchoInput();
SetEchoInput(true);
O := OrderedIntegerMonoid();
T := WordToTableau( O ! [8,1,7,3,6,2,5,9] );
T;
Content(T);
IsStandard(T);
assert not $1;
 
RowInsert(~T, 4);
T;
Content(T);
IsStandard(T);
assert $1;
SetEchoInput(ei);
