From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 182F6BB9C for ; Wed, 16 Nov 2005 09:00:44 +0100 (CET) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id jAG80h8o027523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 16 Nov 2005 09:00:43 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first.in-berlin.de (e178017174.adsl.alicedsl.de [85.178.17.174]) (authenticated bits=0) by einhorn.in-berlin.de (8.12.10/8.12.10/Debian-4) with ESMTP id jAG80cDY006232 for ; Wed, 16 Nov 2005 09:00:39 +0100 Received: by first.in-berlin.de (Postfix, from userid 501) id 04B8E1920AD; Wed, 16 Nov 2005 09:00:00 +0100 (CET) Date: Wed, 16 Nov 2005 09:00:00 +0100 From: Oliver Bandel To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Sudoku solver Message-ID: <20051116080000.GA475@first.in-berlin.de> References: <200511150427.45996.jon@ffconsultancy.com> <437A4B71.6040506@1969web.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <437A4B71.6040506@1969web.com> User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at concorde with ID 437AE72B.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; oliver:01 bandel:01 oliver:01 in-berlin:01 caml-list:01 solver:01 ocaml:01 solver:01 ocaml:01 wrote:01 wrote:01 rewrite:01 tex:01 constraint:01 seems:03 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.3 On Tue, Nov 15, 2005 at 12:56:17PM -0800, Karl Zilles wrote: > Jon Harrop wrote: > > Here is a little OCaml program to solve Sudoku puzzles: > > > > http://www.ffconsultancy.com/free/sudoku/ > > > > Heh. My parents showed me a Sudoku puzzle when I last visited them. I > solved one just to get a feel for them, then wrote a simple > constraint/brute force solver in OCaml for fun. Looks like a lot of us > have. Well, yesterday was the first time I had contact to Sudoku at all. I looked for pTeX, the japanese descendant of TeX and found this page: http://www.users.waitrose.com/~nihilist/sudoku.html After I read that I thought, maybe to rewrite it in OCaml. But it seems this work was already done. Ciao, Oliver