Difference between revisions of "YasSS"

From Sudopedia, the Free Sudoku Reference Guide
Jump to navigationJump to search
(Created page with "'''YasSS''', short for '''Yet Another (Simple|Stupid) Sudoku Solver''' is a fast, open source Sudoku Solver and Generator. It implements a view simple s...")
 
m
 
Line 24: Line 24:
== External Links ==
== External Links ==
[https://web.archive.org/web/20101230203405/http://moritz.faui2k3.org/en/yasss Main site]
[https://web.archive.org/web/20101230203405/http://moritz.faui2k3.org/en/yasss Main site]
[[Category:Sudoku Programs]]

Latest revision as of 14:42, 30 October 2021

YasSS, short for Yet Another (Simple|Stupid) Sudoku Solver is a fast, open source Sudoku Solver and Generator.

It implements a view simple solving techniques plus backtracking.

As a special feature it can transform Sudokus to a canonical form, thus making it possible to compare Sudokus without being fooled by simple transformations (like exchanging rows and columns). [edit]

Summary

Author

Moritz Lenz

Platforms

All POSIX platforms (tested on Linux and various Unixes)

License

Open Source, Artistic License and GPL (like Perl)

Latest version

0.4.8 (2007 June 20)

Type of program

Generator + Helper + Transformer

External Links

Main site