|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default heuristic for A* (zero heuristic, degrades to Dijkstra). More...
#include <AStar.H>
Public Types | |
| using | Distance_Type = typename Distance::Distance_Type |
Public Member Functions | |
| Distance_Type | operator() (typename GT::Node *, typename GT::Node *) const |
Default heuristic for A* (zero heuristic, degrades to Dijkstra).
This is a trivial heuristic that always returns 0. When used, A* behaves identically to Dijkstra's algorithm.
| using Aleph::Zero_Heuristic< GT, Distance >::Distance_Type = typename Distance::Distance_Type |
|
inline |