puzzle-solver/tests
David Wang ddf425efe0 Automatically box constraints.
Puzzle.add_constraint() now takes a generic (unboxed) constraint,
making it more pleasant to use when adding custom constraints.
2017-03-08 07:57:19 +11:00
..
hidato.rs Add test: Hidato. 2017-03-04 08:03:00 +11:00
kakuro.rs Add test: Kakuro. 2017-03-04 08:57:52 +11:00
killersudoku.rs Add test: Killer Sudoku. 2017-03-04 09:07:04 +11:00
magicsquare.rs Add test: Magic Square. 2017-03-02 08:25:29 +11:00
queens.rs Automatically box constraints. 2017-03-08 07:57:19 +11:00
samuraisudoku.rs Add test: Samurai Sudoku. 2017-03-06 07:53:10 +11:00
sendmoremoney.rs Equality: bound variable range by using min/max of other variables. 2017-03-03 08:06:48 +11:00
sudoku.rs Add test: Sudoku. 2017-02-24 07:26:56 +11:00
sujiko.rs Add test: Sujiko. 2017-03-04 08:16:33 +11:00
zebra.rs Add test: Zebra puzzle (A.K.A. Einstein's riddle). 2017-03-02 08:42:46 +11:00