puzzle-solver/tests
David Wang 5bb52b03f2 Add simple variable substitution for constraints.
Constraints must now implement the substitution of "from" with "to".
The implementations can be sanity checked when we come to build the
list of constraints that each variable wakes up.

In the future, we would like to make the more general substitution:
from -> scale * to + constant.
2017-03-09 07:52:08 +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 Add simple variable substitution for constraints. 2017-03-09 07:52:08 +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