Case: Outflanked
The effective tail cell
In some cases which require the lane peak to be in the tail cell, we may still be able to apply the deduction if there are suitable constraints on the past-peak cells.
Outflanked Blockade
The cleanest example of this is Blockade. Usually, this is only applicable with the lane peak in the tail cell like so:
| 2 | 5 |
| 2 | 4 | 5 |
However, could we also apply Blockade in this situation?
| 2 | 5 | 2 |
Well, the lane peak isn’t in the tail cell, but there aren’t any unsolved cells past-peak. So all the places the can go are pre-peak.
| 2 | 4 | 4 | 4 | 5 | 2 |
And of course, the only valid one is the head cell.
| 2 | 4 | 5 | 2 |
Well, that just felt like Blockade, didn’t it?!
This works because the solved past-peak cells are irrelevant when considering the . As far as the is concerned, the lane peak is in the tail cell, since the can’t be past-peak.
We can ‘outflank’ Blockade with other constraints, too! Here, we do have an unsolved cell past-peak:
| 4 | ||||||
| 2 | 5 | |||||
The only past-peak cell here is the tail cell.
We know from Successor that the -skyscraper must either be in the head cell or past-peak.
| 4 | ||||||
| 2 | 4 | 5 | 4 | |||
But, notice the other already in the column of the tail cell. This means we can’t place a in the tail cell, since the two would conflict.
| 4 | ||||||
| 2 | 4 | 5 | ||||
This means it must be pre-peak, and of course the only pre-peak cell it can go in is the head cell.
| 4 | ||||||
| 2 | 4 | 5 | ||||
Again, this feels just like Blockade, right?
The other is cutting off that past-peak tail cell, so it’s like it doesn’t even exist. So really, the ‘lane’ as it appears to the we want to place is just these first 4 cells:
| 4 | ||||||
| 2 | 5 | × | ||||
Which means, as far as the is concerned, the lane peak is in the tail cell, so Blockade does apply. Pretty cool, right?
We can perform this outflanking as long as all the past-peak cells have constraints preventing the skyscraper from being placed in them.
We’ve seen two such constraints here – a literally solved cell and a conflicting solved cell – but any others work also work. Two easily spottable concrete ones are:
- A laser:
| 4 | ||||||
| 5 | ||||||
| 4 | ||||||
| 2 |
The -clue prevents a -skyscraper from being placed in the tail cell.
- A couple:
| 14 | ||||||
| 14 | ||||||
| 5 | 4 | 2 | ||||
The -skyscraper in the leftmost column appears in the couple, so it can’t be in the tail cell.
Other more subtle ones will be revealed through pencilmarking ;)
Recursive Outflanked Blockade
Now take a look at this situation, and again we’ll try to apply Blockade.
| 2 | 6 | 5 |
Blockade usually talks about the skyscraper (here, the ), except here the has already been used in the tail cell.
But, just like before, since all the past-peak cells are solved, the lane peak is effectively in the tail cell. The structure we need is the same:
| 2 | high | low | low | low | 6 | 5 |
The head cell must obscure all intermediate cells until the lane peak.
To obscure the intermediate cells, we need the tallest currently available skyscraper. Usually that’s , but here has been taken, so the next tallest is .
| 2 | 4 | 6 | 5 |
The logic is the same as Blockade, but we used the skyscraper instead of the skyscraper.
And we can keep going – even for a monstrous 9x9 puzzle, this recursive logic still holds.
| 2 | 5 | 9 | 7 | 8 | 6 |
After , , , , the next tallest is .
Remember that the head cell skyscraper we want is the tallest available one, not just any available one. Here, the past-peak skyscrapers aren’t a consecutive set:
| 7 | 7 | 6 | 3 | 5 |
What goes in the head cell here?
There’s , with a gap of – that’s the skyscraper we want, not the ‘next’ ().
| 7 | 4 | 7 | 6 | 3 | 5 |
Also, if even one past-peak cell is unsolved, this won’t necessarily apply!
| 7 | 34 | 7 | 6 | 5 |
With a post-peak gap, now the head cell is uncertain. What could cause it to be certain? Answer.1
The key constraint is that the lane peak must be effectively in the tail cell, which allows Blockade to still hold.
Recursive Outflanked Middle Ground
TODO
- If a constraint prevented the from being post-peak, such that we get , then we could pinpoint the and get via Outflanked Blockade.↩