Puzzle solving library, written in Rust.
Go to file
David Wang 3911802d89 Add convenience functions for all different.
The constraint creation functions now take an IntoIterator allowing
you to use generic collections, and even perform maps and filters.
This is useful, for example, when the variables are in a 2d array.
2017-02-23 08:06:17 +11:00
src Add convenience functions for all different. 2017-02-23 08:06:17 +11:00
.gitignore Initial commit: puzzle solver. 2017-02-18 08:21:54 +11:00
.travis.yml Add Travis CI metadata. 2017-02-18 08:28:20 +11:00
Cargo.toml Add dependency: bit-set. 2017-02-18 16:05:10 +11:00
LICENCE-MIT.txt Add licence (MIT). 2017-02-18 08:25:56 +11:00