ronk wrote:Havard wrote:I tried to construct a BUG-lite grid on this puzzle (...)
- Code: Select all
7 3 26* | 26* 4 9 | 1 8 5
15* 9 16* | 8 7 56+2* | 3 4 26
28* 58* 4 | 3 1 56* | 7 26* 9
------------------+-------------------+------------------
28* 18* 12* | 7 9 4 | 6 5 3
9 6 7 | 5 2 3 | 8 1 4
3 4 5 | 1 6 8 | 2 9 7
------------------+-------------------+------------------
4 7 3 | 26* 5 1 | 9 26* 8
15* 15* 8 | 9 3 26 | 4 7 26
6 2 9 | 4 8 7 | 5 3 1
The fundamental rule for both BUG and BUG-Lite grids is the same, the deadly pattern has each candidate appearing exactly twice in each row, col, and box. While the BUG involves the entire grid, the BUG-Lite involves only a portion.
Yes, but if you examine my BUG-Lite, you will see that each candidate appears exactly twice in each row, col and box. The additional constraint which I obviously have not caught from reading this thread, I think is that all occurences of a single number in the pattern can not appear in more than n boxes, where n is the number of candidates divided by two. In other words: This BUG-Lite pattern is not valid because there are 8 6's, and 8 2'6 in the pattern, but they are distributed over 5 and 6 boxes respectively. If it were to be a valid BUG-Lite, they could not have been distributed over more than 4 boxes (8/2=4) Any thoughts?
Havard