thing
authorMart Lubbers <mart@martlubbers.net>
Thu, 30 Oct 2014 11:18:23 +0000 (12:18 +0100)
committerMart Lubbers <mart@martlubbers.net>
Thu, 30 Oct 2014 11:18:23 +0000 (12:18 +0100)
report/src/instancetask1.pl
report/src/planner.pl

index 28567c7..a7b5b46 100644 (file)
@@ -55,7 +55,6 @@ target(cratec, loc11).
 agent(loc32, s0).
 
 % --- Goal condition that the planner will try to reach ---------------
-%goal(S) :- forall(crate(Crate, Loc, S), target(Crate, Loc)).
 goal(S) :- crate(cratea, Targeta, S), target(cratea, Targeta),
        crate(crateb, Targetb, S), target(crateb, Targetb),
        crate(cratec, Targetc, S), target(cratec, Targetc).
index b340a92..af47cad 100644 (file)
@@ -71,7 +71,7 @@ result(E,S,result(E,S)) :- primitive_action(E), poss(E,S).
 :- dynamic debug/1.
 :- multifile debug/1.
 
-debug(on).
+%debug(on).
 debugoutput(A) :- debug(on), A, !; true.