![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <iostream>#include <fstream>#include <utils/common/MapMatcher.h>#include <utils/geom/PositionVector.h>#include <utils/router/ReversedEdge.h>#include <utils/router/SUMOAbstractRouter.h>Go to the source code of this file.
Data Structures | |
| class | AbstractLookupTable< E, V > |
| class | FullLookupTable< E, V > |
| class | LandmarkLookupTable< E, V, M > |
| Computes the shortest path through a network using the A* algorithm. More... | |
Macros | |
| #define | UNREACHABLE (std::numeric_limits<double>::max() / 1000.0) |
Definition in file AStarLookupTable.h.
| #define UNREACHABLE (std::numeric_limits<double>::max() / 1000.0) |
Definition at line 36 of file AStarLookupTable.h.