Eclipse SUMO - Simulation of Urban MObility
|
#include <AStarLookupTable.h>
Public Member Functions | |
bool | consistent () const |
whether the heuristic ist consistent (found nodes are always visited on the shortest path the first time) | |
FullLookupTable (const std::string &filename, const int size) | |
double | lowerBound (const E *from, const E *to, double, double speedFactor, double, double) const |
provide a lower bound on the distance between from and to (excluding traveltime of both edges) | |
virtual | ~FullLookupTable () |
Private Attributes | |
std::vector< std::vector< double > > | myTable |
Definition at line 73 of file AStarLookupTable.h.
|
inline |
Definition at line 75 of file AStarLookupTable.h.
References FullLookupTable< E, V >::myTable.
|
inlinevirtual |
Definition at line 87 of file AStarLookupTable.h.
|
inlinevirtual |
whether the heuristic ist consistent (found nodes are always visited on the shortest path the first time)
Implements AbstractLookupTable< E, V >.
Definition at line 94 of file AStarLookupTable.h.
|
inlinevirtual |
provide a lower bound on the distance between from and to (excluding traveltime of both edges)
Implements AbstractLookupTable< E, V >.
Definition at line 90 of file AStarLookupTable.h.
References FullLookupTable< E, V >::myTable.
|
private |
Definition at line 99 of file AStarLookupTable.h.
Referenced by FullLookupTable< E, V >::FullLookupTable(), and FullLookupTable< E, V >::lowerBound().