takuzu 0.5.0

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

Takuzu solver

Solver for takuzu (a.k.a. binairo) number puzzles.

Usage

To use the solver:

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

or

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

solving grid2 screenshot

Documentation

For the FILE format, see the library documentation and the example grids.

For additional details on the binary, see the binary documentation.