"Source: Text/Incidence/Graph.text";
"Line: 169";
"Date: Mon Dec  2 16:19:42 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/Graph.text, line: 169
// Example: H158E1 ()
print "Example: H158E1";
ei := GetEchoInput();
SetEchoInput(true);
n := 65536;
m := 0;
assert GraphSizeInBytes(n, m) gt 2^32;
GraphSizeInBytes(n, m : SparseRep := true);
m := 33538101;
assert GraphSizeInBytes(n, m : SparseRep := true) gt 2^32;
SetEchoInput(ei);
