![]() |
Eclipse 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 <utils/common/ToString.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/StdDefs.h>
#include "EffortCalculator.h"
#include "SUMOAbstractRouter.h"
Go to the source code of this file.
Data Structures | |
class | DijkstraRouter< E, V, BASE > |
Computes the shortest path through a network using the Dijkstra algorithm. More... | |
class | DijkstraRouter< E, V, BASE >::EdgeInfoByEffortComparator |