LowerBoundCoveringRadiusEmbedded2( n, M, false )
LowerBoundCoveringRadiusEmbedded2( n, r [, true ] )
If the last argument of LowerBoundCoveringRadiusEmbedded2 is
false, then it returns a lower bound for the covering radius of a
code of size M and length n.
Otherwise, it returns a lower bound for the size of a code of length
n and covering radius r.
This bound only works for binary codes.
where A(n,d) denotes the maximal cardinality of a (binary) code
of length n and minimum distance d.
The function UpperBound is used to compute this value.
Sometimes LowerBoundCoveringRadiusEmbedded1 is better than
LowerBoundCoveringRadiusEmbedded2, sometimes it is the other
way around.
GAP 3.4.4