nonogrid 0.7.3

Efficient nonogram solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```