drsnet41 wrote:Ruud,
The numbers you have "penciled in" match what I have. I've been staring at this much of the morning and still can't figure out what to do with the numbers. I've looked at the {15} pair you mentioned but still can't figure out where to go next. Please, give me a little more help.
There are many methods from here that are easy, if you know them.
Remote pairs. The {15} pairs, so many , control many squares.
Just look at what happens when you set r2c4 to 1 OR 5.
What happens to r3c8? Any cell "seeing" r2c4 and r3c8 cannot be 1 OR 5.
- Code: Select all
.---------------.----------------.----------------.
| 23 13 5 | 9 8 4 | 7 6 12 |
| 26 8 7 |*15 156 3 | 4 9 2-1-5|
| 9 16 4 | 2 6-1-5 7 | 8 *15 3 |
:---------------+----------------+----------------:
| 8 4 2 | 3 9 15 | 15 7 6 |
| 67 67 9 | 4 15 8 | 2 3 15 |
| 1 5 3 | 7 2 6 | 9 8 4 |
:---------------+----------------+----------------:
| 4 2 8 |*15 3 9 | 6 *15 7 |
| 37 37 6 | 8 4 *15 |*15 2 9 |
| 5 9 1 | 6 7 2 | 3 4 8 |
'---------------'----------------'----------------'
Coloring, I don't use, but it finds the skyscraper that I do use.
This is the skyscraper. (Identical to Sashami x-wing, mostly same as finned x-wing.)
In this case we use the columns.
This is a double sky (unusual).
I would do them both at once but they may be done singly.
Exactly one of r2c4 r7c4 is 1. Exactly one of r3c7 r7c7 is 1.
ONE cannot be in BOTH r7c4 and r7c7.
Therefore one of r2c4 and r3c7 MUST be 1.
Every cell that "sees" both of them cannot be 1.
Repeat for fives.
- Code: Select all
.---------------.----------------.----------------.
| 23 13 5 | 9 8 4 | 7 6 12 |
| 26 8 7 |*15 156 3 | 4 9 2-1-5|
| 9 16 4 | 2 6-1-5 7 | 8 *15 3 |
:---------------+----------------+----------------:
| 8 4 2 | 3 9 15 | 15 7 6 |
| 67 67 9 | 4 15 8 | 2 3 15 |
| 1 5 3 | 7 2 6 | 9 8 4 |
:---------------+----------------+----------------:
| 4 2 8 |*15 3 9 | 6 *15 7 |
| 37 37 6 | 8 4 15 | 15 2 9 |
| 5 9 1 | 6 7 2 | 3 4 8 |
'---------------'----------------'----------------'
I am pretty sure that BUG solves this as well, setting r2c4 to 5. Don't trust me on BUGs, I don't.