|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Information stored in arc cookies for painting version. More...
#include <shortest_path_common.H>
Public Attributes | |
| Distance::Distance_Type | pot = 0 |
| Arc potential (priority) | |
Information stored in arc cookies for painting version.
Stores the potential (priority) value used for heap ordering. For Dijkstra: pot = accumulated distance to target. For A*: pot = g(n) + h(n) (f-cost to target).
Definition at line 177 of file shortest_path_common.H.
| Distance::Distance_Type Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Arc_Info::pot = 0 |
Arc potential (priority)
Definition at line 179 of file shortest_path_common.H.