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