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. 37a08672f4
Complete new structure of source
13 years ago
example Support for non-standard Sudokus 13 years ago
Makefile Complete new structure of source 13 years ago
README.md Complete new structure of source 13 years ago
input.c Complete new structure of source 13 years ago
input.h Complete new structure of source 13 years ago
input_nstd.c Complete new structure of source 13 years ago
input_nstd.h Complete new structure of source 13 years ago
main.c Complete new structure of source 13 years ago
main.h Complete new structure of source 13 years ago
output.c Complete new structure of source 13 years ago
output.h Complete new structure of source 13 years ago
output_nstd.c Complete new structure of source 13 years ago
output_nstd.h Complete new structure of source 13 years ago
output_std.c Complete new structure of source 13 years ago
output_std.h Complete new structure of source 13 years ago
solver.c Complete new structure of source 13 years ago
solver.h Complete new structure of source 13 years ago
solver_nstd.c Complete new structure of source 13 years ago
solver_nstd.h Complete new structure of source 13 years ago
solver_std.c Complete new structure of source 13 years ago
solver_std.h Complete new structure of source 13 years ago
todo.txt Complete new structure of source 13 years ago
tohtml.pl Ausgabe von sudokuloeser_nstd angepasst 13 years ago
types.h Complete new structure of source 13 years ago

README.md

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
  • C Compiler

Installation

make
make install

Usage

age: ./sudokuloeser [options] <input_file> Options -U Unicode borders -h This help -o Output-File -O Overlay for non-standard files -c No colors -p Plaintext -n Dont solve, just print -s silent