"Source: Text/LieTheory/Cartan.text";
"Line: 271";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 271
// Example: H102E5 ()
print "Example: H102E5";
ei := GetEchoInput();
SetEchoInput(true);
G := PathGraph(2);
IsSimplyLaced(G);
assert $1;
AssignLabel(G, 1,2, 6);
IsSimplyLaced(G);
assert not $1;
SetEchoInput(ei);
