From 0dada50c912d00e87a85283bb2ad35b05ad3af10 Mon Sep 17 00:00:00 2001 From: Joe Fields Date: Mon, 1 Jan 2024 19:46:48 -0500 Subject: [PATCH] The external prog for MinimumWeight is now working --- tst/external.tst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tst/external.tst b/tst/external.tst index 23b6720..d989efc 100644 --- a/tst/external.tst +++ b/tst/external.tst @@ -15,8 +15,6 @@ true gap> W := ConstantWeightSubcode(C,8);; gap> Size(W) = 759; true - -#This seems to be broken -#gap> w := MinimumWeight(C);; -#gap> w = 8; -#true +gap> w := MinimumWeight(C);; +gap> w = 8; +true