on page 5, RW (2006.May.29) wrote:If you wish to simulate a human solver,
then
chained pointing pairs should count as only one step:
- Code: Select all
-----|-----|* | *
* X X|. . .|X | X
* X X|. . .|X | X
-----+-----+-----
| X X|. . .|X | *
| * *|-----|--|--
| X X|. . .|X | *
-----+-----+-----
| . .|. . .|. | .
| . .|. . .|. | .
| . .|. . .|. A .
A computer would first exclude A from r1c123,
then in step 2 exclude A from r456c1,
in step 3 exclude A from r5c79,
in step 4 exclude A from r1c9
solving r1c7=A.
If you are a human solver
that don't use pencilmarks
(or memorize the previous pointing pairs in any other way)
then the only way you can use the 2nd, 3rd and 4th pointing pair
is by immediately following up the first one.
That's how slicing and dicing works,
you don't stop as long as new lines are exposed.