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 <map>
#include <iostream>
#include <memory>
#include <utils/common/MsgHandler.h>
#include <utils/common/StringTokenizer.h>
#include <utils/common/StringUtils.h>
#include <utils/common/StdDefs.h>
#include <utils/common/ToString.h>
#include <utils/iodevices/OutputDevice.h>
#include "AStarLookupTable.h"
#include "SUMOAbstractRouter.h"
Go to the source code of this file.
Data Structures | |
class | AStarRouter< E, V > |
Computes the shortest path through a network using the A* algorithm. More... | |
class | AStarRouter< E, V >::EdgeInfoComparator |
Macros | |
#define | UNREACHABLE (std::numeric_limits<double>::max() / 1000.0) |
Definition in file AStarRouter.h.
#define UNREACHABLE (std::numeric_limits<double>::max() / 1000.0) |
Definition at line 46 of file AStarRouter.h.