Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <iostream>
#include <fstream>
#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 > |
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 34 of file AStarLookupTable.h.