Changes between Version 1 and Version 2 of Ticket #29959, comment 3
- Timestamp:
- Jun 25, 2020, 8:36:42 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29959, comment 3
v1 v2 1 here is the fix - and also a fix for a typo:1 here is the fix - and also a fix for 2 typos: 2 2 {{{#!diff 3 3 --- a/src/sage/combinat/designs/bibd.py 4 4 +++ b/src/sage/combinat/designs/bibd.py 5 @@ -162,7 +162,7 @@ def balanced_incomplete_block_design(v, k, lambd=1, existence=False, use_LJCR=Fa 6 sage: designs.balanced_incomplete_block_design(1171,10) 7 (1171,10,1)-Balanced Incomplete Block Design 8 9 - And we know some inexistence results:: 10 + And we know some nonexistence results:: 11 12 sage: designs.balanced_incomplete_block_design(21,6,existence=True) 13 False 5 14 @@ -176,7 +176,7 @@ def balanced_incomplete_block_design(v, k, lambd=1, existence=False, use_LJCR=Fa 6 15 sage: designs.balanced_incomplete_block_design(37,9,8)