takuzu 0.3.3

A library for solving Takuzu (a.k.a. Binairo) number puzzles. The crate also contains an implementation called `tackle`. Use the library if you need integration or would rather write your own main, or clone the repository and run `cargo run --release FILE` for solving away a grid.
Documentation

Takuzu solver

a.k.a. "Binairo"

Library and solver for the takuzu number puzzle game.

To use the solver:

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

solving grid2 screenshot

For the FILE format, see the library documentation and the examples.

For additional details on the binary, see the binary documentation