GridWits

Aligned Pair Exclusion

Extreme Reference only

Two cells that don't share a unit are checked against every "almost locked" set nearby — any combination of their candidates that would leave one of those sets with no valid completion is ruled out.

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.

A 1 B 2 C 3 D 4 E 5 F 6 G 7 H 8 I 9 2 5 3 5 2 3 2 3

How it works

  1. A1 and D1 don't share a row, column, or box, but B2 and C3 form an Almost Locked Set on {2, 3} that both A1 and D1 can see.
  2. Pairing A1 = 5 with D1 = 5 leaves the {2,3} pair with no legal way to fill B2/C3 alongside it — so that combination is excluded, ruling out 5 at A1 specifically.

Play a Sudoku that needs this technique →