New idea for a solver

Programs which generate, solve, and analyze Sudoku puzzles

New idea for a solver

Postby ChPicard » Thu Mar 13, 2008 9:56 pm

Hello

I am looking also for a very simple brute force solver in pascal to verify what is going on if I eliminate one given or if I move one given. I would like also make statistics on the position of the givens in the collection of all known 17 given sudokus.

Thank you very much.

Too much excited by this game.

ChPicard
Last edited by ChPicard on Sat Mar 15, 2008 9:27 pm, edited 1 time in total.
ChPicard
 
Posts: 16
Joined: 02 March 2008

Re: New idea for a solver

Postby ab » Sat Mar 15, 2008 8:26 pm

ChPicard wrote:Hello

Using a sudoku solver, I will appreciate to have the option to choose among the techniques available to eliminate the next candidate, for instance between a XY-wing or a hidden quad or a coloring.

Many solvers already allow you to do this, for instance sudoku explainer or my solver:
http://uk.geocities.com/aidan_001/
:)
ab
 
Posts: 451
Joined: 06 September 2005

Postby Pat » Sun Mar 16, 2008 12:56 pm

ChPicard ( last edited on 2008.Mar.16 at 01:27; edited 1 time ) wrote:I am looking also for a very simple brute-force solver in pascal
to verify what is going on if I eliminate one given or if I move one given.

I would like also make statistics on the position of the givens in the collection of all known 17-given sudokus.


hey ChPicard,

when you edit your old post, it doesn't show as new material
-- therefore nobody reads it and you can't expect any response
    if you'd like your questions answered,
    you should post them as a new post

    ( which i've done for you this time )
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005


Return to Software

cron