Re: SWI prolog and the Nth-Queens problem.

From: Cl?ment (google_at_philosophons.com)
Date: 04/25/04


Date: 25 Apr 2004 03:52:05 -0700

Thanks very much for this remark-solution-giving ... :)
I thought I had tried this, but maybe there has been a problem with
the compilation...
Ciao !

Pento <robby.goetschalckx@student.kuleuven.ac.be.NOSPAM> wrote in message news:
> Take a look at the following (copied directly from SWI-prolog)
>
> ?- (3-1) \= 2.
>
> Yes
> ?- (3-1) =\= 2.
>
> No
>
> And now take a look at your code for the diagonals.