technique needed to complete this puzzle?

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

technique needed to complete this puzzle?

Postby shea89 » Sun Apr 22, 2012 4:51 pm

Hi guys, I'm making a sudoku solver which can only use techniques and not brute force/backtracking, I have a number of techniques implemented in my program but I'm kind of stuck on what technique to use next.

I have a sample of 10 random hard puzzles and at the moment I'm completely solving 6 of them could someone have a look at my partially completed puzzle (possible candidates included) and maybe show me the next technique to code.

puzzle is http://i43.tinypic.com/zugnlh.png

This would be a great help thanks.
shea89
 
Posts: 3
Joined: 22 April 2012

Re: technique needed to complete this puzzle?

Postby JC Van Hay » Sun Apr 22, 2012 5:00 pm

There is a Naked Quad in row 8 :!:
JC Van Hay
 
Posts: 719
Joined: 22 May 2010

Re: technique needed to complete this puzzle?

Postby shea89 » Mon Apr 23, 2012 11:32 am

Thanks so much I've now coded naked quads and naked triples I'm now solving 9/10 puzzles from my sample pool, the last puzzle is this one http://i44.tinypic.com/2ibkqqq.png

could you please tell me the technique needed to complete his puzzle?

Thanks,
Shea.
shea89
 
Posts: 3
Joined: 22 April 2012

Re: technique needed to complete this puzzle?

Postby JasonLion » Mon Apr 23, 2012 12:16 pm

That is a simple Locked Candidates (claiming): row 8 -> block 9 on 4 leading to a solution with singles only.
User avatar
JasonLion
2017 Supporter
 
Posts: 642
Joined: 25 October 2007
Location: Silver Spring, MD, USA

Re: technique needed to complete this puzzle?

Postby shea89 » Tue Apr 24, 2012 9:13 pm

thanks guys I'm successfully solving my sample hard puzzles now, thanks for all your help I understood the techniques but just didn't have the skill to notice which ones should be applied

Thanks again,
Shea
shea89
 
Posts: 3
Joined: 22 April 2012


Return to Help with puzzles and solving techniques