a free sudoku solver

Programs which generate, solve, and analyze Sudoku puzzles

a free sudoku solver

Postby hopeforestcom » Sun Feb 05, 2006 9:19 pm

Hi, I am Robin from montreal,Canada
I wrote a free sudoku solver.
Please try it.
http://www.hopeforest.com/download/download.html
hopeforestcom
 
Posts: 3
Joined: 05 February 2006

Postby Chessmaster » Sun Feb 05, 2006 11:43 pm

Congraduations on making the solver; however, if it gives you the answer, it takes the fun of solving it away. if it gives you a clue to give you some idea give your self a pat on the back.
Chessmaster
 
Posts: 191
Joined: 21 December 2005

New Sudoku Solver with the logical steps report to arrive

Postby hopeforestcom » Tue Feb 07, 2006 6:31 pm

Thanks for your comments!

Yes, my solver has the clue reports for each steps, but I thought it is not important so I hided the report window. hmmmm, I made a mistake.

Now I released a new solver with a logical report for each step, please check it!

Also I can explain the algorithm of my solver.

Thanks!
hopeforestcom
 
Posts: 3
Joined: 05 February 2006

Postby absolute beginner » Mon Feb 27, 2006 12:35 am

Hi Robin,

I tried Your solver.
Quite nice!
But I think most people here want something different.
There are small uncomfortable things like reading from file,
which does not understand the "standard format" (standard
means the format usually posted here).
But you work with backtracking / trial and error.
All we know, that you can "easily" solve a sudoku with
t&e, but all would like to have a solution based on
"pure logic" ( of course t&e is..., but mathematicians
don't like the tertium-non-datur"-axiom, i.e. the
proof by contradiction.
So sordfish, xy-wings and so on are beloved, but pure
numbercrunching is not.
I would like to have a program, which says, that
you have to put the x in cell y, because you cannot...
and so on.

I am working for my own c#-solver, but its quite rudimentary
absolute beginner
 
Posts: 22
Joined: 26 February 2006


Return to Software