nonogrid 0.7.3

Efficient nonogram solver
Documentation
# Adaptation of the solver for [this problem]https://www.spoj.com/problems/JCROSS/


Compile

```
rustup run 1.33.0 rustc -C opt-level=3 -C lto main.rs
```

Test

```
time ./main < puzzles.txt
```