puzzle-solver/src
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
..
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 Automatically box constraints. 2017-03-08 07:57:19 +11:00