Eclipse SUMO - Simulation of Urban MObility
AStarLookupTable.h File Reference
#include <config.h>
#include <iostream>
#include <fstream>
#include <utils/router/ReversedEdge.h>
#include <utils/router/SUMOAbstractRouter.h>
Include dependency graph for AStarLookupTable.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Jakob Erdmann
Date
July 2017

Definition in file AStarLookupTable.h.

Macro Definition Documentation

◆ UNREACHABLE

#define UNREACHABLE   (std::numeric_limits<double>::max() / 1000.0)

Definition at line 34 of file AStarLookupTable.h.