Exact cover II
Dec. 14th, 2015 06:40 pmThe story so far: I wrote a solver for a generic exact cover problem in Python, and used it to find polyomino tilings. The reason for using Python was because Python’s simplicity, terseness, and flexibility makes it easy to write solvers for other combinatorial problems. ( So let’s have a look at a second problem … )