"Source: Text/Incidence/Graph.text";
"Line: 798";
"Date: Mon Dec  2 16:19:42 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/Graph.text, line: 798
// Example: H158E6 ()
print "Example: H158E6";
ei := GetEchoInput();
SetEchoInput(true);
kd5 := CompleteDigraph(5);
kd5;
rd5 := RandomDigraph(5, 0.75);
rd5;
SetEchoInput(ei);
