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. 093d838b5f
Options -s and -p
13 years ago
example Support for non-standard Sudokus 13 years ago
README.md recover… 14 years ago
makefile Support for non-standard Sudokus 13 years ago
sudokuloeser.c Options -s and -p 13 years ago
sudokuloeser_nstd.c Options -s and -p 13 years ago
tohtml.pl Ausgabe von sudokuloeser_nstd angepasst 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

Usage:
  sudokuloeser [options] <input_file> 
Options
  -U         Use Unicode
  -h         This help
  -o <file>  Output file
  -c         no colors
  -n         just print, do not solve