Solver for takuzu (a.k.a. binairo) number puzzles.
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]...
For the FILE
format, see the library documentation and the example grids.
For additional details on the binary, see the binary documentation.