SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "utils/common/DijkstraRouterTT.h"
#include <microsim/MSLane.h>
#include <microsim/MSEdgeWeightsStorage.h>
Go to the source code of this file.
Data Structures | |
class | TraCIDijkstraRouter< E > |
Computes the shortest path through a network using the dijkstra algorithm. More... | |
struct | TraCIDijkstraRouter< E >::EdgeInfo |
class | TraCIDijkstraRouter< E >::EdgeInfoByEffortComperator |
class | TraCIDijkstraRouter< E >::EdgeInfoCont |
Dijkstra Router for use by TraCI
Definition in file TraCIDijkstraRouter.h.