Hello i was wondering if any one would know how to queriy this program its a best first search thanks
slove_best([state(State,Path,Value)|Frontier],History,Moves) :-
final_state(State), reverse(Path,[],Moves).
slove_best([state(State,Path,Value)|Frontier],History,FinalPath) :-...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.