Extended Unique Rectangles
Extreme
Reference only
A Unique Rectangle's "deadly pattern" idea stretched across three rows, columns, and boxes instead of two, built around a locked triple of candidates.
The solver does not attempt this technique, so Smart Hint will never suggest it. It is documented because you may still want to spot it yourself.
- Cells that establish the pattern
- Where the conclusion lands
- Candidate ruled out
How it works
- A1, D1, and G4 share a locked triple {1, 2, 3} across three rows, three columns, and three boxes — if the pattern's fourth cell, A7, were also purely {1, 2, 3}, the puzzle could complete more than one way by permuting the triple around it.
- A7 carries an extra candidate, 7 — so it can't be purely the triple. Eliminate 1, 2, and 3 from A7, leaving only 7.
- Not yet in GridWits' live solver — reference only.