"Source: Text/Code/CodeFld.text";
"Line: 437";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 437
// Example: H165E7 ()
print "Example: H165E7";
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);
