|
symbolic
|
Public Types | |
| using | Cache = std::unordered_set< Node > |
Public Member Functions | |
| NodeImpl (const Pddl &pddl, State &&state, const std::shared_ptr< const Cache > &ancestors, std::string &&action, size_t depth) | |
| NodeImpl (const Pddl &pddl, const State &state, size_t depth=0) | |
Public Attributes | |
| const Pddl & | pddl_ |
| const State | state_ |
| const std::shared_ptr< const Cache > | ancestors_ |
| const std::string | action_ |
| const size_t | depth_ |
1.8.17