]> ruin.nu Git - popboot.git/blobdiff - planner.h
delete remaining actions
[popboot.git] / planner.h
index 79db5420a06cd52e751947013f8eb594af8d7791..f00c61473382884c6c42bf427614278c627c851f 100644 (file)
--- a/planner.h
+++ b/planner.h
@@ -22,9 +22,10 @@ class Planner {
                Node* _start;
                Node* _finish;
                __gnu_cxx::hash_map<std::string,Node*> _addedEffects;
-               __gnu_cxx::hash_map<std::string,Action> _actions;
+               __gnu_cxx::hash_map<std::string,Action*> _actionEffects;
                Literals _init;
                Literals _goal;
                std::vector<Node*> _addedNodes;
+               std::vector<Action*> _actions;
 };
 #endif