X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=planner.h;h=79db5420a06cd52e751947013f8eb594af8d7791;hp=3faa6fb6918559f0182e45b51fc167c340920db1;hb=fdcf46671ca1dab0dadb490bb4375dc3dd2fc9a4;hpb=41efed0d6ee664fb79ea21a0e7239edcf51926d8 diff --git a/planner.h b/planner.h index 3faa6fb..79db542 100644 --- a/planner.h +++ b/planner.h @@ -21,9 +21,10 @@ class Planner { Node* _start; Node* _finish; - __gnu_cxx::hash_map _addedNodes; + __gnu_cxx::hash_map _addedEffects; __gnu_cxx::hash_map _actions; Literals _init; Literals _goal; + std::vector _addedNodes; }; #endif