Skip to content

Commit

Permalink
The external prog for MinimumWeight is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
osj1961 committed Jan 2, 2024
1 parent 08e257e commit 0dada50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tst/external.tst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0dada50

Please sign in to comment.