A very hard puzzle produced from JSudoku

All about puzzles in newspapers, magazines, and books

Postby daj95376 » Mon Apr 28, 2008 12:20 pm

From my PM earlier ...

Code: Select all
 +-----------------------------------------------------------------------+
 |  2      3468   368    |  346    1      5      |  7      38     9      |
 |  14     13478  378    |  3479   38     34789  |  5      2      6      |
 |  5      3678   9      |  367    2      378    |  18     138    4      |
 |-----------------------+-----------------------+-----------------------|
 |  7      389    358    |  34     35     1      |  489    6      2      |
 |  6      45     2      |  8      9      47     |  3      457    1      |
 |  34     389    1      |  2357   6      247    |  89     5789   578    |
 |-----------------------+-----------------------+-----------------------|
 |  9      237    357    |  1      4      238    |  6      578    578    |
 |  13     2367   3567   |  239    358    2389   |  149    149    578    |
 |  8      15     4      |  59     7      6      |  2      19     3      |
 +-----------------------------------------------------------------------+

[r8c4]=2=[r6c4]=5=[r9c4]-5-[r9c2]-1-[r8c1]-3-[r8c4]; => [r8c4]<>3

[r123c4]-3-[r4c4]-4-[r5c6]-7-[r3c6]-8-[r2c5]~3~[r123c4]; => [r123c4]<>3

SSTS

Code: Select all
 +--------------------------------------------------------------+
 |  2     3468  368   |  46    1     5     |  7     38    9     |
 |  1     478   78    |  479   3     4789  |  5     2     6     |
 |  5     3678  9     |  67    2     78    |  18    138   4     |
 |--------------------+--------------------+--------------------|
 |  7     389   38    |  34    5     1     |  489   6     2     |
 |  6     5     2     |  8     9     47    |  3     47    1     |
 |  4     389   1     |  237   6     27    |  89    578   578   |
 |--------------------+--------------------+--------------------|
 |  9     2     57    |  1     4     3     |  6     578   578   |
 |  3     67    567   |  29    8     29    |  14    14    57    |
 |  8     1     4     |  5     7     6     |  2     9     3     |
 +--------------------------------------------------------------+

[r1c3]=3=[r4c3]-3-[r4c4]-4-[r1c4]-6-[r1c3]; => [r1c3]<>6

SSTS

Code: Select all
 +-----------------------------------------------------+
 |  2    46   38   |  46   1    5    |  7    38   9    |
 |  1    48   7    |  49   3    489  |  5    2    6    |
 |  5    368  9    |  67   2    78   |  18   138  4    |
 |-----------------+-----------------+-----------------|
 |  7    389  38   |  34   5    1    |  489  6    2    |
 |  6    5    2    |  8    9    47   |  3    47   1    |
 |  4    389  1    |  237  6    27   |  89   5    78   |
 |-----------------+-----------------+-----------------|
 |  9    2    5    |  1    4    3    |  6    78   78   |
 |  3    7    6    |  29   8    29   |  14   14   5    |
 |  8    1    4    |  5    7    6    |  2    9    3    |
 +-----------------------------------------------------+

[r3c2]=6=[r3c4]=7=[r6c4]=3=[r6c2]-3-[r3c2]; => [r3c2]<>3

SSTS

My apologies if someone already posted an equivalent solution using ALSs.
daj95376
2014 Supporter
 
Posts: 2624
Joined: 15 May 2006

Postby Draco » Tue Apr 29, 2008 2:10 am

udosuk wrote:
Draco wrote:The second chain:

r1c8=8 --> r3c8=3 --> r3c7=1 -->r8c7=4

This yields the second 4 intersecting with r4c7, so we can state that r4c7<>4 and the puzzle is reduced to singles.

Isn't it more direct that r1c8=8 immediately force r3c7=1? The strong link placement on r3c8 isn't really required here.

Right you are! Thanks for pointing that out. It's something for me to think about for future passes at my FC finder.

Cheers...

- drac
Draco
 
Posts: 143
Joined: 14 March 2008

Previous

Return to Published puzzles