puzzle-solver/src
David Wang abb4cebce3 Equality: bound variable range by using min/max of other variables.
magicsquare_3x3: 873 -> 63 guesses.
magicsquare_4x4: 13475456 -> 539910 guesses (all solutions).
sendmoremoney_carry: 154 -> 6 guesses.
sendmoremoney_naive: 633681 -> 4 guesses.
zebra: 453 -> no guesswork!
2017-03-03 08:06:48 +11:00
..
constraint Equality: bound variable range by using min/max of other variables. 2017-03-03 08:06:48 +11:00
intdiv.rs Add integer division with rounding up/down. 2017-02-28 07:58:38 +11:00
lib.rs Add integer division with rounding up/down. 2017-02-28 07:58:38 +11:00
linexpr.rs Overload arithmetic operators to build linear expressions. 2017-02-27 08:14:56 +11:00
puzzle.rs Equality: bound variable range by using min/max of other variables. 2017-03-03 08:06:48 +11:00