help with puzzle - what could be my next move

Post the puzzle or solving technique that's causing you trouble and someone will help

help with puzzle - what could be my next move

Postby katherine_china » Sat Apr 05, 2008 7:53 am

Code: Select all
.--.--.--.--.--.--.--.--.--.
|9 |0 |0 |0 |0 |0 |0 |0 |5 |
:--+--+--+--+--+--+--+--+--:
|0 |4 |0 |3 |0 |0 |0 |2 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |8 |0 |0 |0 |1 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |7 |0 |6 |0 |3 |0 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |0 |0 |8 |0 |0 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |0 |7 |0 |9 |0 |6 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |1 |0 |0 |0 |9 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |3 |0 |0 |0 |6 |0 |4 |0 |
:--+--+--+--+--+--+--+--+--:
|5 |0 |0 |0 |0 |0 |0 |0 |8 |
'--'--'--'--'--'--'--'--'--'
katherine_china
 
Posts: 9
Joined: 07 February 2008

Re: help with puzzle - what could be my next move

Postby wintder » Sat Apr 05, 2008 9:44 am

Nasty puzzle. I doubt that humans would bother. Easy for computers though, as it is a valid puzzle.

Code: Select all
9 . .|. . .|. . 5
. 4 .|3 . .|. 2 .
. . 8|. . .|1 . .
-----+-----+-----
. 7 .|6 . 3|. . .
. . .|. 8 .|. . .
. . .|7 . 9|. 6 .
-----+-----+-----
. . 1|. . .|9 . .
. 3 .|. . 6|. 4 .
5 . .|. . .|. . 8
wintder
 
Posts: 297
Joined: 24 April 2007

Postby Steve K » Sat Apr 05, 2008 12:39 pm

very nasty indeed! It does have a hidden pair loop using candidates 1589. Does make some eliminations. Does not get anywhere.
Steve K
 
Posts: 98
Joined: 18 January 2007

Postby ronk » Sat Apr 05, 2008 12:57 pm

This exact puzzle is in gsf's q1-taxonomy with attribution "tarek-0014".
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA

Postby katherine_china » Sat Apr 05, 2008 1:31 pm

ronk wrote:This exact puzzle is in gsf's q1-taxonomy with attribution "tarek-0014".


sorry,i don't know the meaning
katherine_china
 
Posts: 9
Joined: 07 February 2008

Postby ronk » Sat Apr 05, 2008 2:07 pm

katherine_china wrote:
ronk wrote:This exact puzzle is in gsf's q1-taxonomy with attribution "tarek-0014".

sorry,i don't know the meaning

gsf and tarek are frequent posters in sudoku forums, including this forum. gsf has a collection of (currently) 8000+ difficult puzzles that he calls q1-taxonomy, where "q1" is a difficulty rating made by his sudoku solver. This exact puzzle, authored by tarek, is included in that collection -- meaning it's difficult.
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA

Postby katherine_china » Sat Apr 05, 2008 4:07 pm

thank you ronk.i have learned a lot.
katherine_china
 
Posts: 9
Joined: 07 February 2008

Postby tarek » Sat Apr 05, 2008 8:30 pm

the puzzle is part of a 3045 puzzle collection that have a difficult first MOVE as the common denominator.

They were mainly collated to stretch computer solvers. (They are posted on the programmers forums under the puzzles section)

many of the puzzles feature on the hardest sudokus lists.

I checked all of them using Ruud's solver .... Some first moves would fall to 3D Medusa, all however, require Brute force.

tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Postby wintder » Sat Apr 05, 2008 10:28 pm

tarek wrote:the puzzle is part of a 3045 puzzle collection that have a difficult first MOVE as the common denominator.

They were mainly collated to stretch computer solvers. (They are posted on the programmers forums under the puzzles section)

many of the puzzles feature on the hardest sudokus lists.

I checked all of them using Ruud's solver .... Some first moves would fall to 3D Medusa, all however, require Brute force.

tarek


katherine_china, brute force means a guess.
wintder
 
Posts: 297
Joined: 24 April 2007

Postby katherine_china » Sun Apr 06, 2008 12:52 am

how to open this ".dat" file?which software should i use?
katherine_china
 
Posts: 9
Joined: 07 February 2008

gsf's q1-taxonomy

Postby Pat » Sun Apr 06, 2008 8:09 am

    it's just a plain text file
    -- big but even Notepad can handle it

    or, rename it puzzles.CSV
    and it opens nicely in Excel
    ( with first row confusingly shifted though )


    edited to remove the example-data
    which was shown on an annoyingly-long line

Last edited by Pat on Thu Apr 10, 2008 4:24 am, edited 1 time in total.
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005

Postby eleven » Mon Apr 07, 2008 5:00 pm

And happy solving, katherine, maybe you should do them without pencilmarks to make it a bit challenging also:D
eleven
 
Posts: 3082
Joined: 10 February 2008

Postby tarek » Tue Apr 08, 2008 9:42 pm

The puzzle symmetry achieved with coloins method in finding "Hardest" puzzles is scary.

the 4 boxes (containing 1 clue each) that flank the centre box can easily be transposed from a double diagonal to achieve a full rotational symmetry & vice versa (a II+ symmetry:D ).

Does this property have to do with the SK loop ?

Code: Select all
Symmetric puzzles from the Pearly3045:

#!sudoku -c1,Puzzle,Label(tarek-#),Symmetry(dd:double_diagonal_fr:full_rotational)
9.......5.4.3...2...8...1...7.6.3.......8.......7.9.6...1...9...3...6.4.5.......8,0014,dd
2.......6.1.5...8...4...7...8..59......7.2......18..9...7...2...9...3.1.6.......4,0084,dd
9.......1.6.8...2...3...4...7.6.8.......9.......3.2.5...4...9...8...5.6.1.......3,0123,dd
1.......7.5.6...3...4...2...3.19.......543.......86.9...2...1...9...8.5.7.......4,0187,dd
7..8....1..3...4...6.....2....6.5..9....4....8..1.9....2.....3...4...6..9....7..5,0222,fr
8.......7.9.2...1...4...5...3.9.2.......8.......3.4.6...5...8...2...6.9.7.......4,0316,dd
8.......3.1.9...7...4...5...2.6.9.......3.......2.8.6...5...8...9...6.1.3.......4,0484,dd
3.......9.2.1...5...4...7...6.5.2.......9.......4.6.8...7...3...1...8.2.9.......4,0721,dd
1.......4.2...6.9...5...8......98.7....372....3.65......8...5...6.9...2.4.......1,0936,dd
9.......1.3...4.7...6...2......72.8....853....5.46......2...6...4.7...3.1.......9,0983,dd
5.......4.1.7...9...3...8...6..19......2.8......64..2...8...5...7...2.1.4.......3,0996,dd
7.......4.8.2...1...3...9...6.8.2.......9.......6.3.5...9...7...2...5.8.4.......3,1008,dd
9.......1.4.7...3...8...6...5..17......2.6......53..2...6...9...7...3.4.1.......8,1014,dd
4.......9.6.3...2...8...5...2..64......713......52..7...5...4...7...1.6.9.......8,1015,dd
1.......9.4.8...3...2...6...7.43.......2.7.......58.7...6...2...8...3.4.9.......1,1223,dd
8.......5.6.3...1...7...4...9.12.......9.4.......36.9...4...7...3...1.6.5.......8,1796,dd
1.......9.4.5...7...8...6...7.25.......6.4.......83.2...6...1...3...7.5.9.......8,1851,dd
7.......3.4.2...1...8...5...6.9.4.......7.......1.8.9...5...7...1...6.2.3.......8,1960,dd
7.......1.3.9...2...5...8...6.2.9.......5.......6.7.4...8...7...9...4.6.1.......5,1984,dd
2.......5.4.7...3...9...1...3.8.4.......2.......6.9.8...1...2...6...3.7.5.......9,2030,dd
..4...7...1.5...3.2.......6...7.3.5.....6.....8.9.1...7.......4.5...8.9...6...2..,2058,fr
3.....9...7...1.5...2.....4....76.1....3.5....6.81....4.....2...5.6...8...9.....3,2191,dd
..1...5...8...7.3.2.......9.4.3.8.......1.......2.6.7.9.......1.3.6...4...5...2..,2813,fr
tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: help with puzzle - what could be my next move

Postby denis_berthier » Wed Apr 09, 2008 8:41 am

katherine_china wrote:
Code: Select all
.--.--.--.--.--.--.--.--.--.
|9 |0 |0 |0 |0 |0 |0 |0 |5 |
:--+--+--+--+--+--+--+--+--:
|0 |4 |0 |3 |0 |0 |0 |2 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |8 |0 |0 |0 |1 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |7 |0 |6 |0 |3 |0 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |0 |0 |8 |0 |0 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |0 |7 |0 |9 |0 |6 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |0 |1 |0 |0 |0 |9 |0 |0 |
:--+--+--+--+--+--+--+--+--:
|0 |3 |0 |0 |0 |6 |0 |4 |0 |
:--+--+--+--+--+--+--+--+--:
|5 |0 |0 |0 |0 |0 |0 |0 |8 |
'--'--'--'--'--'--'--'--'--'


This is a very interesting puzzle.
As indicated by Ronk, it is in gsf's file, below EasterMonster (its SER is 10.8 while EM's is 11.4). Here's the full gsf line:
95106,0,1282,900000005040300020008000100070603000000080000000709060001000900030006040500000008,tarek-0014,2.00s,0,C21.m/S4.da/F20901.36324/N90627.203399/P5.12.46219.5.6.138447.24.3.2.236/M2.1.590490/V2,C21.m/S4.da/F10.34/N6.23/B3.9.7.2/H2.4.2/X2.5/Y2.20/G4.0.1/M1.9.5

Here's also the output from Sudoku Explainer (thanks Mike for your post in this thread http://forum.enjoysudoku.com/viewtopic.php?t=5995&start=0 on the various solvers available and how to use them).
Code: Select all
54 Hidden Single
2 Direct Hidden Pair
3 Naked Single
6 Pointing
2 Claiming
3 Naked Pair
2 Hidden Pair
1 Swordfish
1 XYZ-Wing
2 Turbot Fish
2 Bidirectional Y-Cycle
6 Forcing Chain
2 Nishio Forcing Chains
7 Region Forcing Chains
3 Cell Forcing Chains
3 Dynamic Cell Forcing Chains
22 Dynamic Contradiction Forcing Chains
8 Dynamic Region Forcing Chains
1 Dynamic Cell Forcing Chains (+)
3 Dynamic Contradiction Forcing Chains (+)
15 Dynamic Contradiction Forcing Chains (+ Forcing Chains)
Hardest technique: Dynamic Contradiction Forcing Chains (+ Forcing Chains)
Difficulty: 10.8

"Dynamic forcing chains" are restricted forms of T&E.



This puzzle cannot be solved within any of the NRCZT theories, even after Steve's eliminations.
What's interesting is why it can't be solved within these theories: because there are "not enough" nrczt partial chains. The longest such chains have length 7.
Here's the dilemma: if a puzzle has too many chains, it is hard to find the useful ones among the useless ones, but if it has not enough this makes it less likely that some of them will be useful.



This puzzle also illustrates my notion of a strong T-backdoor (defined near the end of this page: http://forum.enjoysudoku.com/viewtopic.php?t=5600&start=75):
r2c7=8 is a strong NRCZT10+X2Y2belts4 backdoor for tarek-0014
Remember that X2Y2-belts are my interpretation of Steve's pattern in EasterMonster (see the exact definition here: http://forum.enjoysudoku.com/viewtopic.php?t=5894)
In the present case,
- there is a conjugacy pair r2n8 = c6 or c7;
- it can be proven within NRCZT10+X2Y2belts4 that r2n8 = c6 is impossible (this is the unique T&E step);
- then it can be proven within NRCZT6 (a subtheory of NRCZT10+X2Y2belts) that the only remaining possibility r2n8=c7 leads to the solution.

***** SudoRules version 13 *****
9.......5
.4.3...2.
..8...1..
.7.6.3...
....8....
...7.9.6.
..1...9..
.3...6.4.
5.......

;;; The first move (Steve's pattern) eliminates 15 candidates:
x2y2-belt4 in blocks b1, b3, b9, b7, with rows r1 and r7, columns c1 and c7 ==> r6c2 <> 2, r5c2 <> 6, r5c2 <> 2, r2c6 <> 7, r2c5 <> 7, r2c5 <> 6, r5c8 <> 7, r5c8 <> 3, r3c9 <> 9, r1c7 <> 8, r9c3 <> 9, r8c5 <> 7, r8c5 <> 2, r8c4 <> 2, r7c1 <> 8

;;; As no rule can be applied, we fall into T&E (which will eliminate hypothesis r2n8=c6 using only rules in NRCZT10)

GENERATING CONTEXT cont-1, SON OF cont-0 FROM HYPOTHESIS r2n8=c6 (AMONG THE TWO HIDDEN HYPOTHESES: COLUMNS c6 AND c7.)
hidden-single-in-a-row ==> r1c8 = 8
nrczt2-chain n5{r2c3 r2c5} - n5{r4c5 r5c4} ==> r5c3 <> 5
nrczt2-chain n1{r2c1 r2c5} - n1{r4c5 r5c4} ==> r5c1 <> 1
nrc3-chain n7{r5c9 r5c7} - {n7 n6}r2c7 - n6{r9c7 r7c9} ==> r7c9 <> 7
nrczt6-chain n1{r8c9 r9c8} - n1{r9c6 r1c6} - n1{r1c4 r8c4} - n8{r8c4 r7c4} - n8{r7c2 r6c2} - n1{r6c2 r5c2} ==> r5c9 <> 1
nrczt6-chain n5{r8c7 r7c8} - n5{r7c6 r3c6} - n5{r3c4 r8c4} - n8{r8c4 r7c4} - n8{r7c2 r6c2} - n5{r6c2 r5c2} ==> r5c7 <> 5
nrczt10-chain n8{r4c7 r4c1} - n8{r8c1 r8c4} - n5{r8c4 r8c5} - n9{r8c5 r8c3} - n9{r9c2 r5c2} - {n9 n1}r5c8 - n1{r4c9 r4c5} - {n1 n9}r2c5 - n9{r3c5 r3c8} - {n9 n5}r4c8 ==> r4c7 <> 5
nrczt3-chain n5{r8c7 r7c8} - n5{r4c8 r4c3} - n5{r2c3 r2c5} ==> r8c5 <> 5
nrczt5-chain n9{r2c9 r2c5} - {n9 n1}r8c5 - n1{r8c9 r9c8} - {n1 n5}r5c8 - {n5 n9}r4c8 ==> r5c9 <> 9
nrczt5-chain n9{r2c9 r2c5} - {n9 n1}r8c5 - n1{r2c5 r2c1} - n1{r4c1 r4c8} - n1{r6c9 r4c9} ==> r4c9 <> 9
hidden-single-in-a-column ==> r2c9 = 9
nrc3-chain n9{r3c4 r3c5} - {n9 n1}r8c5 - {n1 n5}r2c5 ==> r3c4 <> 5
nrczt3-chain n6{r9c3 r9c7} - n6{r2c7 r2c3} - n6{r1c2 r7c2} ==> r7c1 <> 6
nrczt3-chain n3{r1c3 r3c1} - {n3 n7}r3c8 - n7{r2c7 r2c1} ==> r1c3 <> 7
nrct4-chain n6{r7c9 r9c7} - {n6 n7}r2c7 - {n7 n3}r3c8 - n3{r7c8 r7c9} ==> r7c9 <> 2
nrczt6-chain {n5 n1}r2c5 - n1{r1c4 r1c2} - {n1 n8}r6c2 - n8{r7c2 r7c4} - n5{r7c4 r8c4} - n5{r8c7 r6c7} ==> r6c5 <> 5
nrczt6-chain n5{r7c4 r5c4} - n5{r5c8 r4c8} - n9{r4c8 r5c8} - {n9 n1}r5c2 - n1{r6c1 r2c1} - {n1 n5}r2c5 ==> r7c5 <> 5
nrczt6-lr-lasso n5{r5c6 r4c5} - {n5 n1}r2c5 - n1{r1c4 r1c2} - {n1 n9}r5c2 - n9{r4c3 r8c3} - {n9 n1}r8c5 ==> r5c8 <> 5
nrc4-chain {n9 n1}r8c5 - n1{r8c9 r9c8} - {n1 n9}r5c8 - n9{r4c8 r4c3} ==> r8c3 <> 9
hidden-single-in-a-block ==> r9c2 = 9
nrczt2-chain n6{r9c3 r9c7} - n6{r2c7 r2c1} ==> r1c3 <> 6
nrczt2-chain n6{r1c2 r7c2} - n6{r7c9 r3c9} ==> r3c1 <> 6
swordfish-in-columns n6{r7 r1 r3}{c2 c5 c9} ==> r1c7 <> 6
nrc3-chain n9{r4c3 r5c3} - {n9 n1}r5c8 - {n1 n5}r5c2 ==> r4c3 <> 5
nrc3-chain n4{r7c1 r9c3} - n6{r9c3 r7c2} - n8{r7c2 r7c4} ==> r7c4 <> 4
nrct3-chain {n7 n2}r8c3 - n2{r8c9 r9c7} - n6{r9c7 r9c3} ==> r9c3 <> 7
nrc3-chain n7{r8c3 r2c3} - n5{r2c3 r6c3} - n5{r6c7 r8c7} ==> r8c7 <> 7
nrc4-chain n7{r8c3 r2c3} - {n7 n6}r2c7 - n6{r9c7 r9c3} - n4{r9c3 r7c1} ==> r7c1 <> 7
block b7 interaction-with-row r8 ==> r8c9 <> 7
nrc4-chain {n1 n5}r5c2 - n5{r3c2 r2c3} - {n5 n1}r2c5 - n1{r2c1 r1c2} ==> r6c2 <> 1
nrczt2-chain n1{r1c2 r5c2} - n1{r5c4 r4c5} ==> r1c5 <> 1
nrczt3-chain n1{r9c8 r8c9} - n1{r6c9 r6c1} - n1{r2c1 r2c5} ==> r9c5 <> 1
nrczt3-chain n1{r2c5 r2c1} - n1{r6c1 r6c9} - n1{r4c8 r4c5} ==> r8c5 <> 1
naked-single ==> r8c5 = 9
hidden-single-in-a-block ==> r3c4 = 9
nrczt3-chain n1{r5c2 r1c2} - n1{r2c1 r2c5} - n1{r4c5 r5c4} ==> r5c8 <> 1
naked-single ==> r5c8 = 9
hidden-single-in-a-row ==> r4c3 = 9
nrct3-chain {n1 n5}r5c2 - n5{r5c4 r4c5} - {n5 n1}r4c8 ==> r4c1 <> 1
xyt4-chain {n4 n2}r7c1 - {n2 n7}r8c3 - {n7 n8}r8c1 - {n8 n4}r4c1 ==> r5c1 <> 4, r6c1 <> 4
nrc4-chain n5{r6c3 r2c3} - {n5 n1}r2c5 - n1{r2c1 r6c1} - {n1 n5}r5c2 ==> r6c2 <> 5
naked and hidden singles ==> r6c2 = 8, r8c1 = 8, r7c4 = 8, r8c3 = 7, r4c7 = 8
row r8 interaction-with-block b9 ==> r9c7 <> 2
naked-pairs-in-a-column {n2 n4}{r4 r7}c1 ==> r3c1 <> 2
naked-pairs-in-a-row {n3 n7}r3{c1 c8} ==> r3c5 <> 7, r3c6 <> 7
block b2 interaction-with-row r1 ==> r1c7 <> 7
naked-pairs-in-a-row {n3 n7}r3{c1 c8} ==> r3c9 <> 3, r3c9 <> 7
hidden-single-in-a-column ==> r5c9 = 7
naked-pairs-in-a-column {n2 n4}{r4 r7}c1 ==> r5c1 <> 2, r6c1 <> 2
hidden-pairs-in-a-column {n6 n7}{r2 r9}c7 ==> r9c7 <> 3
nrc2-chain n5{r4c5 r4c8} - n5{r7c8 r7c6} ==> r5c6 <> 5
nrc2-chain n5{r3c2 r5c2} - n5{r5c4 r4c5} ==> r3c5 <> 5
nrct2-chain n3{r1c3 r1c7} - n3{r6c7 r6c9} ==> r6c3 <> 3
xyz3-chain {n6 n5}r2c3 - {n5 n2}r3c2 - {n2 n6}r7c2 ==> r1c2 <> 6
hidden singles ==> r1c5 = 6, r1c6 = 7
hidden-pairs-in-a-block {n3 n7}{r7c5 r9c5} ==> r7c5 <> 2, r7c5 <> 4, r9c5 <> 2, r9c5 <> 4
nrc2-chain n1{r5c6 r9c6} - n1{r9c8 r4c8} ==> r4c5 <> 1
row r4 interaction-with-block b6 ==> r6c9 <> 1
xy3-chain {n3 n7}r9c5 - {n7 n6}r9c7 - {n6 n3}r7c9 ==> r7c5 <> 3
naked singles ==> r7c5 = 7, r9c5 = 3
nrc3-chain n5{r6c7 r4c8} - {n5 n3}r7c8 - n3{r3c8 r1c7} ==> r6c7 <> 3
x-wing-in-columns n3{r1 r5}{c3 c7} ==> r5c1 <> 3
naked-single ==> r5c1 = 6
hidden-pairs-in-a-block {n5 n6}{r2c3 r3c2} ==> r3c2 <> 2
row r3 interaction-with-block b2 ==> r1c4 <> 2
xyz3-chain {n2 n3}r1c3 - {n3 n4}r5c3 - {n4 n2}r4c1 ==> r6c3 <> 2
nrc3-chain {n4 n5}r6c3 - {n5 n1}r5c2 - n1{r6c1 r6c5} ==> r6c5 <> 4
xy3-chain {n1 n2}r6c5 - {n2 n4}r3c5 - {n4 n1}r1c4 ==> r2c5 <> 1
naked singles ==> r2c5 = 5, r2c3 = 6, r3c2 = 5, r5c2 = 1, r6c1 = 3, r3c1 = 7, r2c1 = 1, r3c8 = 3, r1c7 = 4, r3c9 = 6, r7c9 = 3, r1c4 = 1, r8c4 = 5, r8c7 = 2, r6c7 = 5,> r4c8 = 1, r9c8 = 7, r9c7 = 6, r6c3 = 4, r4c1 = 2
NO SOLUTION IN CONTEXT cont-1. RETRACTING cont-1 AND HYPOTHESIS r2c6=n8.

;;; After one candidate (r2n8=c6) has been eliminated by T&E, the solution can be found within NRCZT6:

BACK IN CONTEXT cont-0
hidden-single-in-a-row ==> r2c7 = 8
hidden-single-in-a-column ==> r4c8 = 8
nrczt2-chain n5{r7c8 r5c8} - n5{r5c6 r6c5} ==> r7c5 <> 5
nrczt2-chain n1{r9c8 r5c8} - n1{r5c6 r6c5} ==> r9c5 <> 1
nrc3-chain n9{r2c5 r2c9} - n9{r3c8 r5c8} - n9{r5c2 r9c2} ==> r9c5 <> 9
nrczt3-chain n6{r9c7 r7c9} - n6{r2c9 r2c1} - n6{r5c1 r5c3} ==> r9c3 <> 6
nrczt3-chain n3{r3c1 r1c3} - {n3 n7}r1c8 - n7{r2c9 r2c3} ==> r3c1 <> 7
nrct6-chain n6{r9c7 r7c9} - n6{r7c1 r9c2} - n9{r9c2 r5c2} - n9{r5c9 r4c9} - {n9 n7}r2c9 - n7{r5c9 r5c7} ==> r9c7 <> 7
nrczt6-chain {n5 n1}r2c6 - n1{r2c1 r1c2} - {n1 n9}r5c2 - n9{r9c2 r9c4} - n1{r9c4 r9c8} - {n1 n5}r5c8 ==> r5c6 <> 5
nrczt3-chain n5{r4c5 r5c4} - n5{r5c8 r7c8} - n5{r8c7 r8c5} ==> r2c5 <> 5
nrczt3-chain n5{r4c5 r5c4} - n5{r5c8 r7c8} - n5{r8c7 r8c5} ==> r3c5 <> 5
nrczt6-chain {n9 n1}r2c5 - {n1 n5}r8c5 - n5{r4c5 r5c4} - n1{r5c4 r5c6} - {n1 n9}r5c2 - n9{r5c8 r3c8} ==> r3c5 <> 9
nrczt6-chain n1{r2c6 r2c1} - n1{r4c1 r4c9} - n1{r6c9 r6c2} - n8{r6c2 r7c2} - n8{r7c4 r8c4} - n1{r8c4 r8c5} ==> r1c5 <> 1
nrczt6-lr-lasso n9{r2c5 r2c9} - n9{r5c9 r5c8} - n5{r5c8 r7c8} - n5{r7c4 r8c4} - n1{r8c4 r8c9} - n1{r4c9 r5c8} ==> r8c5 <> 9
hidden singles ==> r2c5 = 9, r3c8 = 9
nrc4-chain {n1 n5}r8c5 - n5{r8c7 r7c8} - {n5 n1}r5c8 - n1{r9c8 r8c9} ==> r8c4 <> 1
nrczt2-chain n1{r8c9 r8c5} - n1{r6c5 r5c6} ==> r5c9 <> 1
nrczt3-chain n1{r2c1 r2c6} - n1{r1c4 r9c4} - n1{r9c8 r5c8} ==> r5c1 <> 1
nrczt3-chain n1{r5c8 r9c8} - n1{r9c4 r1c4} - n1{r2c6 r5c6} ==> r5c2 <> 1
nrc3-chain n1{r1c2 r6c2} - n8{r6c2 r7c2} - n8{r7c6 r1c6} ==> r1c6 <> 1
nrc3-chain {n1 n5}r5c8 - {n5 n9}r5c2 - n9{r5c9 r4c9} ==> r4c9 <> 1
nrc2-chain n1{r2c6 r2c1} - n1{r4c1 r4c5} ==> r5c6 <> 1
nrc4-chain n5{r8c7 r7c8} - {n5 n1}r5c8 - n1{r6c9 r8c9} - {n1 n5}r8c5 ==> r8c4 <> 5
nrct2-chain n5{r8c7 r8c5} - n5{r6c5 r5c4} ==> r5c7 <> 5
nrct3-chain n5{r5c8 r7c8} - n5{r7c6 r8c5} - n5{r6c5 r5c4} ==> r5c3 <> 5, r5c2 <> 5
naked and hidden singles ==> r5c2 = 9, r8c3 = 9, r8c4 = 8, r1c6 = 8, r7c2 = 8, r6c1 = 8, r9c4 = 9, r4c9 = 9
hidden-pairs-in-a-row {n1 n5}r5{c4 c8} ==> r5c4 <> 4, r5c4 <> 2
nrc2-chain n1{r6c2 r1c2} - n1{r1c4 r5c4} ==> r6c5 <> 1
nrczt2-chain n6{r7c1 r7c9} - n6{r2c9 r2c3} ==> r3c1 <> 6
nrczt2-chain n6{r1c2 r9c2} - n6{r9c7 r1c7} ==> r1c3 <> 6
swordfish-in-columns n6{r9 r3 r1}{c2 c5 c7} ==> r3c9 <> 6
nrc3-chain {n5 n1}r5c4 - n1{r1c4 r1c2} - {n1 n5}r6c2 ==> r6c5 <> 5
naked-pairs-in-a-block {n2 n4}{r5c6 r6c5} ==> r4c5 <> 4, r4c5 <> 2
nrczt3-chain n2{r8c9 r8c1} - {n2 n6}r9c2 - n6{r9c7 r7c9} ==> r7c9 <> 2
xyzt4-chain {n6 n2}r9c2 - {n2 n7}r8c1 - {n7 n1}r2c1 - {n1 n6}r1c2 ==> r3c2 <> 6
hidden-single-in-a-row ==> r3c5 = 6
nrc3-chain {n7 n6}r2c9 - n6{r1c7 r1c2} - n1{r1c2 r2c1} ==> r2c1 <> 7
column c1 interaction-with-block b7 ==> r9c3 <> 7
nrc3-chain n5{r2c6 r2c3} - n7{r2c3 r1c3} - n7{r1c5 r3c6} ==> r3c6 <> 5
nrc3-chain n5{r7c6 r2c6} - n1{r2c6 r1c4} - {n1 n5}r5c4 ==> r7c4 <> 5
nrc3-chain n7{r8c1 r7c1} - n6{r7c1 r7c9} - {n6 n7}r2c9 ==> r8c9 <> 7
nrc4-chain n1{r9c6 r2c6} - n5{r2c6 r2c3} - n7{r2c3 r1c3} - n7{r1c5 r3c6} ==> r9c6 <> 7
nrc3-chain {n3 n7}r1c8 - n7{r9c8 r9c5} - n3{r9c5 r7c5} ==> r7c8 <> 3
nrc4-chain n7{r8c1 r8c7} - n7{r5c7 r5c9} - {n7 n6}r2c9 - n6{r7c9 r7c1} ==> r7c1 <> 7
hidden-single-in-a-block ==> r8c1 = 7
row r8 interaction-with-block b9 ==> r9c7 <> 2
xyzt5-chain {n4 n2}r6c5 - {n2 n7}r1c5 - {n7 n3}r1c8 - {n3 n2}r1c3 - {n2 n4}r9c3 ==> r9c5 <> 4
nrc2-chain n4{r9c3 r9c6} - n4{r5c6 r6c5} ==> r6c3 <> 4
nrc4-chain n4{r9c3 r9c6} - n1{r9c6 r2c6} - {n1 n6}r2c1 - n6{r5c1 r5c3} ==> r5c3 <> 4
nrczt4-chain {n2 n5}r8c7 - {n5 n4}r4c7 - n4{r4c3 r5c1} - {n4 n2}r5c6 ==> r5c7 <> 2
nrct5-chain {n2 n4}r5c6 - n4{r9c6 r9c3} - n4{r7c1 r4c1} - n1{r4c1 r2c1} - n1{r2c6 r9c6} ==> r9c6 <> 2
nrc3-chain n1{r1c4 r2c6} - {n1 n4}r9c6 - {n4 n2}r7c4 ==> r1c4 <> 2
nrczt3-chain n2{r5c6 r6c5} - n2{r1c5 r1c2} - n2{r9c2 r9c3} ==> r5c3 <> 2
nrct5-chain {n5 n2}r3c2 - n2{r3c4 r7c4} - n2{r7c6 r5c6} - n2{r5c1 r4c1} - n1{r4c1 r6c2} ==> r6c2 <> 5
naked and hidden singles ==> r6c2 = 1, r2c1 = 1, r2c6 = 5, r5c4 = 5, r4c5 = 1, r8c5 = 5, r8c7 = 2, r8c9 = 1, r5c8 = 1, r9c6 = 1, r9c3 = 4, r7c8 = 5, r1c4 = 1, r3c2 = 5
row r4 interaction-with-block b4 ==> r6c3 <> 2, r5c1 <> 2
nrc2-chain n4{r1c7 r1c5} - n4{r6c5 r5c6} ==> r5c7 <> 4
nrczt2-chain n4{r1c7 r1c5} - n4{r6c5 r6c9} ==> r4c7 <> 4
naked and hidden singles ==> r4c7 = 5, r4c3 = 2, r4c1 = 4, r6c3 = 5
row r6 interaction-with-block b6 ==> r5c9 <> 3, r5c7 <> 3
naked-single ==> r5c7 = 7
naked-pairs-in-a-row {n3 n7}r1{c3 c8} ==> r1c7 <> 3, r1c5 <> 7
hidden-single-in-a-block ==> r3c6 = 7
naked-pairs-in-a-block {n2 n4}{r7c4 r7c6} ==> r9c5 <> 2
...(naked and hidden singles)...

963128475
147395826
258467193
472613589
396582714
815749362
681234957
739856241
524971638
denis_berthier
2010 Supporter
 
Posts: 3967
Joined: 19 June 2007
Location: Paris

Postby denis_berthier » Wed Apr 09, 2008 8:52 am

tarek wrote:The puzzle symmetry achieved with coloins method in finding "Hardest" puzzles is scary.

the 4 boxes (containing 1 clue each) that flank the centre box can easily be transposed from a double diagonal to achieve a full rotational symmetry & vice versa (a II+ symmetry:D ).

Does this property have to do with the SK loop ?


If the SK-loop is interpreted formally as an x2y2-belt (as defined here: http://forum.enjoysudoku.com/viewtopic.php?t=5894), it seems it is a mere effect of the EM core pattern.
Apart from the usual permutations of rows, columns, numbers, floors and towers, it doesn't seem there are other possibilities for the SK-loop to appear but from this EM core. And it seems that this "loop" can't be longer than 4 blocks.
I've not really proven this, but I tried a lot and it seems very difficult to avoid the EM core if you want to obtain the SK-loop. The challenge I issued in the thread indicated above is still open.
denis_berthier
2010 Supporter
 
Posts: 3967
Joined: 19 June 2007
Location: Paris

Next

Return to Help with puzzles and solving techniques