stuck again dammit

Everything about Sudoku that doesn't fit in one of the other sections

stuck again dammit

Postby Hud » Tue Dec 27, 2005 10:58 pm

I'm pretty well at an impasse on this VH Pappocom Puzzle. At least it'll give me some more grid posting practice:

Code: Select all
+-------+-------+-------+
|     7 |     8 |   6 4 |
|       |     2 |   9   |
|     8 |       |       |
+-------+-------+-------+
|       |   4 9 |       |
|   9 1 |       | 4 2   |
|       | 3 7   |       |
+-------+-------+-------+
|       |       | 3     |
|   6   | 5     |       |
| 4 3   | 9     | 1     |
+-------+-------+-------+


Code: Select all
+-----------------+-----------------+-----------------+
| 39     25   7   | 1    39   8     | 25   6    4     |
| 1356   145  346 | 467  356  2     | 578  9    13578 |
| 123569 1245 8   | 467  3569 34567 | 257  13   12357 |
+-----------------+-----------------+-----------------+
| 35678  3578 36  | 2    4    9     | 5678 13   13578 |
| 37     9    1   | 68   568  56    | 4    2    37    |
| 2568   2458 46  | 3    7    1     | 5689 58   589   |
+-----------------+-----------------+-----------------+
| 178    178  259 | 4678 1268 467   | 3    4578 256789|
| 178    6    29  | 5    1238 347   | 2789 478  2789  |
| 4      3    25  | 9    268  67    | 1    578  25678 |
+-----------------+-----------------+-----------------+
Hud
 
Posts: 570
Joined: 29 October 2005

Postby ihope127 » Tue Dec 27, 2005 11:15 pm

Forced move at R1C4, pins at block 5, naked pair at row 1, hidden pairs at column 8 and row 5, hidden triplet at block 7, intersection of C7 and B6, intersection of C8 and B9, intersection of B7 and C3, naked triplet at row 8, intersection of R8 and B9, pins at row 9, row 5, and column 5, forced moves, pins at row 3, row 4 and row 6 and row 7, and some final forced moves.
ihope127
 
Posts: 22
Joined: 25 December 2005

Postby SarC » Tue Dec 27, 2005 11:17 pm

If you look at column 8, you will see a candidate locked to one box only. This means you can remove that candidate from columns 7 and 9 in that box.
After this you should look for a naked triple...

When you are posting a grid, its best to use a character other than a space, to symbolise a cell that have more than one candidate. This makes its possible to copy-and-paste your grid to a computerized solver program.

Like this:
Code: Select all
 . . 7 | . . 8 | . 6 4
 . . . | . . 2 | . 9 .
 . . 8 | . . . | . . .
-------+-------+------
 . . . | . 4 9 | . . .
 . 9 1 | . . . | 4 2 .
 . . . | 3 7 . | . . .
-------+-------+------
 . . . | . . . | 3 . .
 . 6 . | 5 . . | . . .
 4 3 . | 9 . . | 1 . .
 
 


Cheers

Edit: ihope127 replied while I was typing, so you can disregard this:)
SarC
 
Posts: 13
Joined: 25 September 2005

Postby ihope127 » Tue Dec 27, 2005 11:20 pm

SarC wrote:When you are posting a grid, its best to use a character other than a space, to symbolise a cell that have more than one candidate. This makes its possible to copy-and-paste your grid to a computerized solver program.


I was able to pop that directly into the Susser.
ihope127
 
Posts: 22
Joined: 25 December 2005

Postby SarC » Tue Dec 27, 2005 11:58 pm

I stand corrected.
Susser eats it, but Simple Sudoku doesn't and I don't think most programs will, but I might be wrong. I have to change the code in my solver to accept that input, anywayz:D Thanks for correcting me.
SarC
 
Posts: 13
Joined: 25 September 2005

Postby angusj » Wed Dec 28, 2005 12:34 am

SarC wrote:Susser eats it, but Simple Sudoku doesn't and I don't think most programs will, but I might be wrong.

Yes you are wrong:D as Simple Sudoku has no problems finding the solution. (Perhaps you made a mistake when copying the grid.)
angusj
 
Posts: 306
Joined: 12 June 2005

Postby SarC » Wed Dec 28, 2005 1:02 am

angusj wrote:
SarC wrote:Susser eats it, but Simple Sudoku doesn't and I don't think most programs will, but I might be wrong.

Yes you are wrong:D as Simple Sudoku has no problems finding the solution. (Perhaps you made a mistake when copying the grid.)


We are not talking about finding the solution, but pasting this grid into the program:
Code: Select all
+-------+-------+-------+
|     7 |     8 |   6 4 |
|       |     2 |   9   |
|     8 |       |       |
+-------+-------+-------+
|       |   4 9 |       |
|   9 1 |       | 4 2   |
|       | 3 7   |       |
+-------+-------+-------+
|       |       | 3     |
|   6   | 5     |       |
| 4 3   | 9     | 1     |
+-------+-------+-------+


And that I can't do in Simple Sudoku.
SarC
 
Posts: 13
Joined: 25 September 2005

Postby Hud » Wed Dec 28, 2005 1:06 am

SarC, I think the locked candidate 7 in col 8 was the prime suspect in this case. I've been under-the-weather for several days and am not thinking as clearly as I should be.

As to posting grids, does it all mean that I should have put dots in the blank places in code 1? I was actually quite proud of this attempt all-in-all.
Hud
 
Posts: 570
Joined: 29 October 2005

Postby ihope127 » Wed Dec 28, 2005 1:08 am

Hud wrote:As to posting grids, does it all mean that I should have put dots in the blank places in code 1? I was actually quite proud of this attempt all-in-all.


The Susser's preferred form:

Code: Select all
+-------+-------+-------+
| . . 7 | . . 8 | . 6 4 |
| . . . | . . 2 | . 9 . |
| . . 8 | . . . | . . . |
+-------+-------+-------+
| . . . | . 4 9 | . . . |
| . 9 1 | . . . | 4 2 . |
| . . . | 3 7 . | . . . |
+-------+-------+-------+
| . . . | . . . | 3 . . |
| . 6 . | 5 . . | . . . |
| 4 3 . | 9 . . | 1 . . |
+-------+-------+-------+
ihope127
 
Posts: 22
Joined: 25 December 2005

Postby angusj » Wed Dec 28, 2005 1:11 am

SarC wrote:We are not talking about finding the solution, but pasting this grid into the program

OK. I obviously missed that. Sorry for the confusion.
angusj
 
Posts: 306
Joined: 12 June 2005


Return to General

cron