|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A shortest-path item returned by k-shortest algorithms. More...
#include <K_Shortest_Paths.H>
Public Attributes | |
| Cost_Type | total_cost = Cost_Type{0} |
| Total path cost. | |
| Path< GT > | path |
| Path from source to target. | |
A shortest-path item returned by k-shortest algorithms.
| GT | Graph type. |
| Cost_Type | Numeric type used for path cost. |
Definition at line 87 of file K_Shortest_Paths.H.
| Path<GT> Aleph::K_Shortest_Path_Item< GT, Cost_Type >::path |
Path from source to target.
Definition at line 90 of file K_Shortest_Paths.H.
| Cost_Type Aleph::K_Shortest_Path_Item< GT, Cost_Type >::total_cost = Cost_Type{0} |
Total path cost.
Definition at line 89 of file K_Shortest_Paths.H.