Red Ed, sorry, I was not aware that this was your work... To be honest, I don't have a clue of who is usually writing those articles.
Of course I can explain what problems I found in the article. It was mainly the definition itself. The definition seemed unnecessarily complicated and I suspected it could lead to some misunderstandings. A bit down the page, my suspicions were confirmed, as there was a bad example as a direct result of the definition. This false example was caused by the second statement in the definition. This was the example:
- Code: Select all
12 | 123
231 | 23
13 | 13
Which has three solutions:
1|2 2|1 2|3
2|3 3|2 1|2
3|1 1|3 3|1
The first two have the same footprint, but the third not, therefore the third was given as the correct unique solution... Wrong! It's an unavoidable set.
The original pattern is actually two different deadly patterns on top of each other, one of which has two candidates removed. The current Sudopedia definitions explicitly rules out these and classifies them as "not deadly", even if they are.
Because of this mistake, it seemed like the fundamentals of the article was not in place and this is why I would have liked to see it completely rewritten.
Other than the definition, there was only some minor details that seemed like outdated information, such as "all deadly patterns of size less than about 30 cells consist entirely of bivalue cells". Don't know if this really is outdated, haven't seen an example to disprove it, but you had used the number 18+ in this thread so I assumed 30 was old information.
Now you have already posted four replies in this thread while I've been writing this post... Consider this a reply to the first two, I shall take a look at your later posts next...
RW