#include <AbstractionSearchEnvironment.h>
Inheritance diagram for AbstractionSearchEnvironment:


Public Member Functions | |
| AbstractionSearchEnvironment (graphAbstraction *_ga, int _level) | |
| ~AbstractionSearchEnvironment () | |
| void | getNeighbors (uint32_t nodeID, std::vector< uint32_t > &neighbors) |
| double | heuristic (uint32_t node1, uint32_t node2) |
| double | gcost (uint32_t node1, uint32_t node2) |
Private Attributes | |
| graphAbstraction * | ga |
| int | level |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Implements SearchEnvironment. |
|
||||||||||||
|
Implements SearchEnvironment. |
|
||||||||||||
|
Implements SearchEnvironment. |
|
|
|
|
|
|
1.3.4