You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
14 years ago | |
|---|---|---|
| example | 14 years ago | |
| Makefile | 14 years ago | |
| README.md | 14 years ago | |
| html.c | 14 years ago | |
| html.h | 14 years ago | |
| input.c | 14 years ago | |
| input.h | 14 years ago | |
| input_nstd.c | 14 years ago | |
| input_nstd.h | 14 years ago | |
| main.c | 14 years ago | |
| main.h | 14 years ago | |
| output.c | 14 years ago | |
| output.h | 14 years ago | |
| output_nstd.c | 14 years ago | |
| output_nstd.h | 14 years ago | |
| output_std.c | 14 years ago | |
| output_std.h | 14 years ago | |
| solver.c | 14 years ago | |
| solver.h | 14 years ago | |
| solver_nstd.c | 14 years ago | |
| solver_nstd.h | 14 years ago | |
| solver_std.c | 14 years ago | |
| solver_std.h | 14 years ago | |
| todo.txt | 14 years ago | |
| types.h | 14 years ago | |
README.md
sudokuloeser
About
sudokuloeser is a simple sudoku solver written in C. It is optimized for speed.
Features
With sudokuloeser you can easily solve sudokus.
Optional you can specify a file, where to save the solution.
For better usage the Output is colored.
Requirements
- Linux
- Windows: some restrictions
make ARCH=win - C Compiler
Installation
make
make install
Usage
Usage:
./sudokuloeser [options] <input_file>
Options
-U Unicode borders
-h This help
-H HTML-Output
-o <file> Output-File
-O <file> Overlay for non-standard files
-c No colors
-p Plaintext
-n Dont solve, just print
-s silent