29 Jul
2013
29 Jul
'13
8:13 p.m.
On Mon, Jul 29, 2013 at 3:07 PM, John Aspinall <j@jkmfamily.org> wrote:
I've found that the "raw" input in the form of set-of-subsets is far too verbose for easy experimentation.
Indeed. That is most often the case, that you need to write an auxiliary program to generate the input for an exact cover solver. Fortunately, it's usually not terribly difficult, but sometimes, as with the case of N-queens, it takes a bit of analysis to get right. -Robert