]> ruin.nu Git - popboot.git/blobdiff - planner.h
seems to be working now
[popboot.git] / planner.h
index 3faa6fb6918559f0182e45b51fc167c340920db1..79db5420a06cd52e751947013f8eb594af8d7791 100644 (file)
--- a/planner.h
+++ b/planner.h
@@ -21,9 +21,10 @@ class Planner {
                
                Node* _start;
                Node* _finish;
-               __gnu_cxx::hash_map<std::string,Node*> _addedNodes;
+               __gnu_cxx::hash_map<std::string,Node*> _addedEffects;
                __gnu_cxx::hash_map<std::string,Action> _actions;
                Literals _init;
                Literals _goal;
+               std::vector<Node*> _addedNodes;
 };
 #endif