Valid puzzle?

Programs which generate, solve, and analyze Sudoku puzzles

Valid puzzle?

Postby Marty R. » Tue Oct 03, 2017 2:02 am

Is there an easy way to test a puzzle for validity?
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: Valid puzzle?

Postby Leren » Tue Oct 03, 2017 3:58 am

Hi Marty,

Andrew Stuart's site has a solution counter and validity function and so does Hodoku.

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Valid puzzle?

Postby JasonLion-Admin » Tue Oct 10, 2017 3:33 pm

Or, if you are programming: use a brute force solver to count the number of solutions.
User avatar
JasonLion-Admin
Site Admin
Site Admin
 
Posts: 89
Joined: 17 April 2010
Location: Silver Spring, MD, USA

Re: Valid puzzle?

Postby rjamil » Wed Oct 18, 2017 1:03 pm

Hi Marty R.,

Check this thread where same issue discussed with various suggestions.

R. Jamil
rjamil
 
Posts: 730
Joined: 15 October 2014
Location: Karachi, Pakistan

Re: Valid puzzle?

Postby docjohn » Wed May 09, 2018 1:08 pm

This is a link the the source code I wrote for Jet Sudoku to test puzzles for validity and to create new puzzles.

http://manifestmaster.com/jetsudoku/sudoku.bas
docjohn
 
Posts: 33
Joined: 07 January 2011


Return to Software