From white_ghost8@hotmail.com Sun Apr 22 14:24:54 2001
Received: from hotmail.com (f53.law14.hotmail.com [64.4.21.53])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f3MCOr313195
	for <prolog@swi.psy.uva.nl>; Sun, 22 Apr 2001 14:24:54 +0200 (MET DST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 22 Apr 2001 05:24:47 -0700
Received: from 213.224.83.142 by lw14fd.law14.hotmail.msn.com with HTTP;	Sun, 22 Apr 2001 12:24:47 GMT
X-Originating-IP: [213.224.83.142]
From: "The Ghost" <white_ghost8@hotmail.com>
To: prolog@swi.psy.uva.nl
Date: Sun, 22 Apr 2001 14:24:47 +0200
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F53qdkl894nUTDd2h2j00005f40@hotmail.com>
X-OriginalArrivalTime: 22 Apr 2001 12:24:47.0769 (UTC) FILETIME=[38746890:01C0CB27]
Subject: [SWIPL] crossword : probleeeeeeeeems

Hai everyone,

I'm trying to solve the crossword-problem. But I have a rather complicated
input.

Given: * a list of words and the words are lists of characters

(example : [[a,b,c],[d,e,f]])

       * an empty puzzle markes with the forbidden positions

           [[X1,X2,X3,32],...]

         32 = forbidden position
         X 's are unknown.

So to solve the problem I was intended to use the following predicate:

solve(X1, X2, X3, ...., X28)

But I cannot find it.

Could anyone help me to solve this problem.

Thanx a lot,

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

