users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code not working


From: Adam Russell
Subject: Re: Code not working
Date: Mon, 17 May 2021 13:02:33 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.4

Hrithik Singh wrote:
I have executed the following code :
bfs(X,Y,P)
  bfs_a(Y,[n(X,[])],R),
  reverse(R,P).

But it is showing an error.... Can you please send the right code to help me.

it seems you are missing most of your code! Where is the definition of bfs and bfs_a?

this mailing list is not really geared for lengthy help threads. you may have better luck getting Prolog help on Discord. Try his server and ask in the #help channel. https://discord.gg/5YuksfEA

Note: that invite link expires one week from today (17 May 2021)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]