]> ruin.nu Git - popboot.git/blobdiff - node.h
removing unsatisfiable soft conditions
[popboot.git] / node.h
diff --git a/node.h b/node.h
index b49d0109ee042005010a2bae4eb455395db8b57c..77a9d7bbefce9d7265d870e2f80c9b5fb400dfc7 100644 (file)
--- a/node.h
+++ b/node.h
@@ -17,6 +17,7 @@ class Node {
                void execute(const Literals& effects);
                bool executed() const;
                const Literals& effects() const;
+               void satisfyCondition(std::string effect);
 
        protected:
                Action _action;