Pattern Overlay
Let us consider the unsolved Cells containing a particular Candidate and let us identify all possible final solutions for that Candidate (i.e. all patterns in which the Candidate appears once and only once per Row, per Column and per Square). Two configurations are of particular interest:
- always "ON" : a candidate in a particular Cell is present in all possible patterns. It must be the solution in that Cell
- always "OFF" : a candidate in a particular Cell is absent of all possible patterns. It can not be the solution in that Cell and thus it can be eliminated.
In the example, there are only two possible patterns for candidate 3:
- A7-C1-G9-J5
- A9-C1-G5-J7
On the other hand, C3 is absent of all possible patterns. Hence Candidate 3 can not be the solution in this Cell.
NB: there can be several Candidates always "ON" or always "OFF".
To reduce the number of patterns to consider, this strategy should best used when there remain only a few unsolved Cells for a Candidate.
You can practice this strategy by installing the SudokuCoach application on your Android™ device.
