"Source: Text/Code/CodeFld.text";
"Line: 437";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 437
// Example: H161E7 ()
print "Example: H161E7";
ei := GetEchoInput();
SetEchoInput(true);
R := ReedMullerCode(1, 4);
R;
#{<v, w>: v, w in R | IsZero(InnerProduct(v, w))};
assert $1 eq 1024;
SetEchoInput(ei);
