IsCoordinateAcceptable( code, coord )
IsCoordinateAcceptable
returns true
if
coordinate coord of code is acceptable.
A coordinate is called acceptable if the norm of
the code with respect to that coordinate is
not more than two times the covering radius of
the code plus one.
gap> IsCoordinateAcceptable( HammingCode( 3, GF(2) ), 3 ); true
GAP 3.4.4