"Source: Text/Algebra/AlgQEA.text";
"Line: 1324";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQEA.text, line: 1324
// Example: H112E12 ()
print "Example: H112E12";
ei := GetEchoInput();
SetEchoInput(true);
R:= RootDatum("G2");
G, pp:= CrystalGraph(R, [0,1]);
G;
e:= Edges(G);
e[10];
Label(e[10]);
assert $1 eq 1;
Falpha(pp[9], 1) eq pp[11];
assert $1;
SetEchoInput(ei);
