Changes between Initial Version and Version 1 of Ticket #16388, comment 15
- Timestamp:
- 06/05/14 12:00:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16388, comment 15
initial v1 17 17 Two remarks : 18 18 - `MOLS(n,k)` does not appear in Sage's code 19 - It is true that the constructor of MOLS takes first a k then an nas input. It is true that it can lead to mistakes, and perhaps we should change it.19 - It is true that the constructor of MOLS takes first a n then an k as input. It is true that it can lead to mistakes, and perhaps we should change it. 20 20 - If you insist on using BIBD(v,k,lambda) it can be done but it has to be a global change as some pages, eg http://sagemath.org/doc/reference/combinat/sage/combinat/designs/bibd.html already use this terminology. Same for PBD. 21 21