just re-formatting
This commit is contained in:
parent
69757e50ac
commit
0fb79d1268
@ -22,7 +22,7 @@ stateVariable(Variable) :- headVariable(_,Variable).
|
|||||||
|
|
||||||
% Apply effects
|
% Apply effects
|
||||||
caused(Variable, Value, t) :- occurs(Action, t), postcondition(Action, Effect, Variable, Value),
|
caused(Variable, Value, t) :- occurs(Action, t), postcondition(Action, Effect, Variable, Value),
|
||||||
holds(Variable', Value', t-1) : precondition(Effect, Variable', Value').
|
holds(Variable', Value', t - 1) : precondition(Effect, Variable', Value').
|
||||||
modified(Variable, t) :- caused(Variable, Value, t).
|
modified(Variable, t) :- caused(Variable, Value, t).
|
||||||
|
|
||||||
holds(Variable, Value, t) :- caused(Variable, Value, t).
|
holds(Variable, Value, t) :- caused(Variable, Value, t).
|
||||||
|
Reference in New Issue
Block a user