Changes between Initial Version and Version 1 of Ticket #14562
- Timestamp:
- 05/10/13 13:01:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14562
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #14562 – Description
initial v1 1 1 Wow. 2 2 3 This patch is scary. 4 3 5 Really scary. 6 4 7 The construction is awful, and there's not much that I could do to make the code clear. 5 The point is that I do not understand the construction myself, and I did not try either, I just wanted to implement it. And it already took Quiiiiiiiiiiiiiite a lot of times, and headaches `:-)` 8 9 The point is that I do not understand the construction myself, and I did not try either, I just wanted to implement it. And it already took Quiiiiiiiiiiiiiite a lot of time, and headaches `:-)` 6 10 7 11 This patch implements a method that returns a Steiner Quadruple System whenever it exists. It follows the construction from Haim Hanani in a paper from 1960, which gives 6 differents constructions to make a large system from a small one, and all must be used to solve all cases. 8 12 9 Considering that I was able to test this code until `n = `, and that all constructions have been tested for different values of `n`, I believe that this code is a correct counterpart of the paper itself. That's what makes me think that there is no typo in the code anymore (I fixed one thousand of them while writing it). So, even if it is very, very scary and unclear, I think that it is correct... Experimentally `:-)`13 Considering that I was able to test this code until `n =300`, and that all constructions have been tested for different values of `n`, I believe that this code is a correct counterpart of the paper itself. That's what makes me think that there is no typo in the code anymore (I fixed one thousand of them while writing it). So, even if it is very, very scary and unclear, I think that it is correct... Experimentally `:-)` 10 14 11 15 Nathann