Kristof Bastiaensen wrote:
> On Tue, 08 Aug 2006 09:56:53 -0700, Isaac Gouy wrote:
> > <snip>
> > Will OCaml make the task of exhaustively generating 9x9 latin squares
> > feasible?
>
> And could anyone actually say what is the purpose of generating all
> this data?

afaik it's intended to be a training-set for a program to evolve rules
for solving Sudoku puzzles.

Peter?

Makes me think the program could be fed one latin square at a time -
which sure beats waiting thousands of years to generate all the latin
squares for 9x9.