![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <cassert>
#include <string>
#include <functional>
#include <vector>
#include <set>
#include <limits>
#include <algorithm>
#include <iterator>
#include <map>
#include <utils/common/MsgHandler.h>
#include <utils/common/StdDefs.h>
#include <utils/common/ToString.h>
#include <utils/iodevices/BinaryInputDevice.h>
#include "SUMOAbstractRouter.h"
Go to the source code of this file.
Data Structures | |
class | AStarRouter< E, V, PF > |
Computes the shortest path through a network using the A* algorithm. More... | |
struct | AStarRouter< E, V, PF >::EdgeInfo |
class | AStarRouter< E, V, PF >::EdgeInfoComparator |
Definition in file AStarRouter.h.