diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-14 12:16:00 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-14 12:16:00 +0800 |
commit | 68618f503366c4a58a88935d6ef1f57f0402c5cf (patch) | |
tree | b9655458fa6ff6d18ecaca109b34ce2a8509a587 /games/Makefile | |
parent | bfed030577cd978a23b6a3b4b5403bf85f947df7 (diff) | |
download | freebsd-ports-gnome-68618f503366c4a58a88935d6ef1f57f0402c5cf.tar.gz freebsd-ports-gnome-68618f503366c4a58a88935d6ef1f57f0402c5cf.tar.zst freebsd-ports-gnome-68618f503366c4a58a88935d6ef1f57f0402c5cf.zip |
The engine solves sudokus by applying complex logical rules a few times,
instead of applying simpler rules (like guessing and backtracking) many
times. These complex logical rules are exactly the same ones that people
use with paper and pen.
WWW: http://sudoku-sensei.sourceforge.net/
PR: ports/173888
Submitted by: nemysis (self)
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 6b95cf48327d..afc94f4a8506 100644 --- a/games/Makefile +++ b/games/Makefile @@ -911,6 +911,7 @@ SUBDIR += stransball2 SUBDIR += stratagus SUBDIR += sudoku + SUBDIR += sudoku-sensei SUBDIR += sudoku_solver SUBDIR += sudsol SUBDIR += sumwars |