Hi, I'm trying to get a plan working to solve a predefined 8 Puzzle. The issue i'm having is that it will only solve if I remove the is_movable and at(empty,X) constraint. Otherwise it just seems to loop continuously.
Heres the code:
% Simple Prolog Planner for the 8 Puzzle Problem
% This...