takuzu 0.5.1

Takuzu (a.k.a. Binairo) number puzzle solver
Documentation

Takuzu solver

Library for solving takuzu (a.k.a. binairo) number puzzles.

Documentation

See the documentation and the example grids.

Import

Add this to your Cargo.toml:

[dependencies]
takuzu = "^0.5"

and this to your crate root:

extern crate takuzu;

Solver

The crate also provides a binary. To use the solver:

$ git clone https://github.com/letheed/takuzu.git
$ cd takuzu
$ cargo run --release [FILE]...

or

$ cargo install takuzu
$ takuzu [FILE]...

solving grid2 screenshot