Takuzu solver

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

Usage

To use the solver:

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

shell $ 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.