A 9x9 sudoku solver and generator by Glenn Fowler

Programs which generate, solve, and analyze Sudoku puzzles

A 9x9 sudoku solver and generator by Glenn Fowler

Postby ChPicard » Wed Mar 19, 2008 8:02 pm

Hi

At
http://www.research.att.com/~gsf/sudoku/

we can find a solver that I can't run.

I downloaded the windows executable, I ran it with command:

sudoku -v2 example.dat | grep x-

in the first line with
000000080000439001090008200006090140900005070071000090600804000000900500703020000
in the file example.dat (same folder).

Nothing happens.
Could you help me

Thanks
ChPicard
 
Posts: 16
Joined: 02 March 2008

Postby hobiwan » Wed Mar 19, 2008 10:02 pm

ChPicard, I tried
Code: Select all
sudoku -v2 example.dat

and everything worked fine. Are you sure, that your pipe to grep works? Which grep program do you use?
hobiwan
2012 Supporter
 
Posts: 321
Joined: 16 January 2008
Location: Klagenfurt

Postby ronk » Wed Mar 19, 2008 10:10 pm

ChPicard, are you first opening a "Command Prompt" window?
ronk
2012 Supporter
 
Posts: 4764
Joined: 02 November 2005
Location: Southeastern USA


Return to Software