Usually packages provide a way to turn off printing of information for eample using SetInfoLevel .
The guava package has a function "MinimumWeight" where there's no way to do that.
(Note the function works; just the extra information being printed is not needed; it clutters the screen and slows things down)
Observed behaviour
code:=BestKnownLinearCode(7,4,GF(2));;
mat:=GeneratorMat(code);;
dmin:=MinimumWeight(GeneratorMatCode(mat,"",GF(2)));;
[ "--out", "C:/WINDOWS/Temp/gaptempfile.27oHNm", "--mod", 2, "C:/WINDOWS/Temp/gaptempfile.qIzGoV" ]
[7,4] linear code over GF(2) - minimum weight evaluation
Known lower-bound: 1
There are 2 generator matrices, ranks : 4 3
The weight of the minimum weight codeword satisfies 1 mod 2 congruence
Enumerating codewords with information weight 1 (w=1)
Found new minimum weight 3
Number of matrices required for codeword enumeration 2
Completed w= 1, 8 codewords enumerated, lower-bound 3, upper-bound 3
Usually packages provide a way to turn off printing of information for eample using SetInfoLevel . The guava package has a function "MinimumWeight" where there's no way to do that. (Note the function works; just the extra information being printed is not needed; it clutters the screen and slows things down)
Observed behaviour
Expected behaviour
Copy and paste GAP banner (to tell us about your setup)