Re: Prolog Knight's Tour



I have been trying using Sicstus prolog. This is very confusing!



On Nov 15, 7:10 pm, Markus Triska <tri...@xxxxxx> wrote:
barbourw...@xxxxxxxxx writes:
Are there any requirements on the member,between and delete
predicates?

Basically Tour(8) just hangsIn which Prolog? Only very common predicates are used, and any recent
version of SWI Prolog should work (tested with 5.6.20). You can try:

?- gtrace, tour(8).

to see what's going on using SWI's graphical tracer.

All the best! -- Markus Triska

.



Relevant Pages

  • Re: find() w/ a user defined functor
    ... I am now trying to use sort with a vector and getting a rather confusing ... > Use find_ifand give different predicates depending on whether you want ... > Stephen Howe ...
    (microsoft.public.vc.stl)
  • Re: Idiomatic ruby
    ... which means all the predicates would have to ... be true on a failure, which might be a bit confusing - I prefer to code ...
    (comp.lang.ruby)