Takuzu
A library for solving takuzu (a.k.a. binairo) number puzzles and a binary using the library.
Documentation
See the documentation and the example grids.
Import
Add this to your Cargo.toml:
[]
= "^0.5"
and this to your crate root:
extern crate takuzu;
Solver
The crate also provides a binary. To use the solver:
or
