|
Symphony 1.0
|
#include <search.h>
Public Member Functions | |
| Node () | |
| Node (std::shared_ptr< Node > parent, std::shared_ptr< State > state, const std::shared_ptr< Action > action, double path_cost, double heuristic) | |
Public Attributes | |
| std::shared_ptr< Node > | parent |
| std::shared_ptr< State > | state |
| const std::shared_ptr< Action > | action |
| double | path_cost |
| double | heuristic |
|
inline |
| const std::shared_ptr<Action> Node::action |
Definition at line 27 of file search.h.
Referenced by Solution::print().
| std::shared_ptr<Node> Node::parent |
Definition at line 21 of file search.h.
Referenced by Solution::print().