Ein einfacher Sudokulöser. Projekt an der Hochschule Aalen.
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.
 
 
Thomas Ba. 018f1cfccb
Bugfix: Show correct Border-Elements on left (Unicode)
13 years ago
example Support for non-standard Sudokus 13 years ago
Makefile Added -O3 compiler-flag 13 years ago
README.md Cross-Compile for Windows 13 years ago
html.c Added \n to HTML-Output 13 years ago
html.h Moved types.h to header files (prototypes) 13 years ago
input.c Fixed "warning: unused variable" 13 years ago
input.h Moved types.h to header files (prototypes) 13 years ago
input_nstd.c Fixed "warning: unused variable" 13 years ago
input_nstd.h Moved types.h to header files (prototypes) 13 years ago
main.c Cross-Compile for Windows 13 years ago
main.h Moved types.h to header files (prototypes) 13 years ago
output.c Moved types.h to header files (prototypes) 13 years ago
output.h Moved types.h to header files (prototypes) 13 years ago
output_nstd.c Bugfix: Show correct Border-Elements on left (Unicode) 13 years ago
output_nstd.h Moved types.h to header files (prototypes) 13 years ago
output_std.c Moved types.h to header files (prototypes) 13 years ago
output_std.h Moved types.h to header files (prototypes) 13 years ago
solver.c Moved types.h to header files (prototypes) 13 years ago
solver.h Moved types.h to header files (prototypes) 13 years ago
solver_nstd.c Moved types.h to header files (prototypes) 13 years ago
solver_nstd.h Moved types.h to header files (prototypes) 13 years ago
solver_std.c Moved types.h to header files (prototypes) 13 years ago
solver_std.h Moved types.h to header files (prototypes) 13 years ago
todo.txt cleaned up todo list 13 years ago
types.h Unique ids in header files; fixed bug with html output 13 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