|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Extended arc info with tree arc mapping. More...
#include <shortest_path_common.H>
Public Attributes | |
| GT::Arc * | tree_arc = nullptr |
| Corresponding arc in spanning tree. | |
Public Attributes inherited from Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Arc_Info | |
| Distance::Distance_Type | pot = 0 |
| Arc potential (priority) | |
Extended arc info with tree arc mapping.
Used when building a separate spanning tree (not just painting).
Definition at line 186 of file shortest_path_common.H.
| GT::Arc* Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Tree_Arc_Info::tree_arc = nullptr |
Corresponding arc in spanning tree.
Definition at line 188 of file shortest_path_common.H.