Sudoku Programmers Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in          Games  Calendar

Log in to check your private messagesLog in to check your private messages   

Need help on this puzzle

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Solving sudoku
View previous topic :: View next topic  
Author Message
gary

Joined: 10 Feb 2007
Posts: 1
:
Location: San Diego

Items
PostPosted: Sat Feb 10, 2007 8:42 pm    Post subject: Need help on this puzzle Reply with quote

*------------------------------------*
| 4 8 7 | 3 1 9 | 2 6 5 |
| 1 6 5 | 4 8 2 | 9 3 7 |
| 3 2 9 | 6 57 57 | 4 8 1 |
|-------------------------------------- |
| 9 3 2 | 7 4 15 | 6 15 8 |
| 6 5 1 | 2 3 8 | 7 9 4 |
| 8 7 4 | 19 59 6 | 15 2 3 |
|---------------------------------------|
| 57 4 6 | 19 79 3 | 8 157 2 |
| 2 1 8 | 5 6 47 | 3 47 9 |
| 57 9 3 | 8 2 147 | 15 1457 6|
*---------------------------------------*

Thanks for the help on this.
Gary
Back to top
View user's profile Send private message
daj95376

Joined: 05 Feb 2006
Posts: 349
:

Items
PostPosted: Sat Feb 10, 2007 11:31 pm    Post subject: Reply with quote

Your grid might be solvable by a BUG+3, but I don't know for sure. There also appears to be a Unique Rectangle possibility on <57> in [r79c18], but I didn't pursue it.

What I did find was a simple Coloring elimination that leads to the puzzle being solved with Singles. If you look at the B(lue)/G(reen) coloring on <1> below, you'll see a pattern that's called a Two-String Kite (I believe). Anyway, it leads to [r7c8]<>1 and cracks your puzzle.

Code:
*-----------------------------------------------------------*
| 4     8     7     | 3     1     9     | 2     6     5     |
| 1     6     5     | 4     8     2     | 9     3     7     |
| 3     2     9     | 6     57    57    | 4     8     1     |
|-------------------+-------------------+-------------------|
| 9     3     2     | 7     4    G15    | 6    B15    8     |
| 6     5     1     | 2     3     8     | 7     9     4     |
| 8     7     4     |B19    59    6     | 15    2     3     |
|-------------------+-------------------+-------------------|
| 57    4     6     |G19    79    3     | 8     57-1  2     |
| 2     1     8     | 5     6     47    | 3     47    9     |
| 57    9     3     | 8     2     147   | 15    1457  6     |
*-----------------------------------------------------------*
Back to top
View user's profile Send private message
Carcul

Joined: 29 Dec 2005
Posts: 50
:
Location: Coimbra, Portugal

Items
PostPosted: Thu Feb 15, 2007 3:49 pm    Post subject: Another Solution Reply with quote

R9c8 must be "1", otherwise we would have a TILA(1) in cells {r9c7|r6c7|r4c8|r4c6|r9c6}. That solves the puzzle.

Carcul
Back to top
View user's profile Send private message Send e-mail
rkral

Joined: 21 Oct 2005
Posts: 233
:

Items
PostPosted: Thu Feb 15, 2007 6:42 pm    Post subject: Re: Another Solution Reply with quote

Carcul wrote:
R9c8 must be "1", otherwise we would have a TILA(1) in cells {r9c7|r6c7|r4c8|r4c6|r9c6}. That solves the puzzle.

Carcul

I found no description here for TILA. What is it?
Back to top
View user's profile Send private message
Pat

Joined: 06 Sep 2006
Posts: 128
:

Items
PostPosted: Fri Feb 16, 2007 8:28 am    Post subject: re: TILA Reply with quote

rkral wrote:
I found no description here for TILA. What is it?

    how about this --
    Two Incompatible Nice Loops
    Two Incompatible Loop Analysis (TILA)
    Almost Nice Loops
Back to top
View user's profile Send private message Visit poster's website
Carcul

Joined: 29 Dec 2005
Posts: 50
:
Location: Coimbra, Portugal

Items
PostPosted: Fri Feb 16, 2007 11:01 am    Post subject: Reply with quote

TILA = Two Incompatible Loops Argument. See the link Pat has given.
Back to top
View user's profile Send private message Send e-mail
rkral

Joined: 21 Oct 2005
Posts: 233
:

Items
PostPosted: Fri Feb 16, 2007 12:18 pm    Post subject: Re: re: TILA Reply with quote

daj95376 wrote:
Code:
*-----------------------------------------------------------*
| 4     8     7     | 3     1     9     | 2     6     5     |
| 1     6     5     | 4     8     2     | 9     3     7     |
| 3     2     9     | 6     57    57    | 4     8     1     |
|-------------------+-------------------+-------------------|
| 9     3     2     | 7     4    G15    | 6    B15    8     |
| 6     5     1     | 2     3     8     | 7     9     4     |
| 8     7     4     |B19    59    6     | 15    2     3     |
|-------------------+-------------------+-------------------|
| 57    4     6     |G19    79    3     | 8     57-1  2     |
| 2     1     8     | 5     6     47    | 3     47    9     |
| 57    9     3     | 8     2     147   | 15    1457  6     |
*-----------------------------------------------------------*

Carcul wrote:
R9c8 must be "1", otherwise we would have a TILA(1) in cells {r9c7|r6c7|r4c8|r4c6|r9c6}. That solves the puzzle.
(...)
TILA = Two Incompatible Loops Argument. See the link Pat has given.

Pat wrote:
Almost Nice Loops

Based on the cells you gave (r9c7|r6c7|r4c8|r4c6|r9c6), I see one loop

r9c6=1 => r4c6<1> r4c8=1 => r6c7<1> r9c7=1 => r9c6<>1

so r9c6 cannot be digit 1

What is the 2nd? For that matter, why is a 2nd even required?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Solving sudoku All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Sudoku Programmers topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group

Igloo Theme Version 1.0 :: Created By: Andrew Charron