attilaszia / nonogram

A C++ implementation for solving the nonogram constraint satisfication problem. Among a few naive ones, the dynamic programming algorithm discussed in K. J. Batenburg , W. A. Kosters Solving Nonograms by combining relaxations - is implemented.
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.177.76&rep=rep1&type=pdf
9 stars 3 forks source link

Fixed #1, fixed #2, fixed #3 #4

Closed richelbilderbeek closed 7 years ago

richelbilderbeek commented 7 years ago

As discussed about in the Issues.

You'll need to:

Thanks for helping me making your work usable for others :+1: