Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::k_shortest_paths_detail::Path_State< GT, Cost_Type > Struct Template Reference

#include <K_Shortest_Paths.H>

Collaboration diagram for Aleph::k_shortest_paths_detail::Path_State< GT, Cost_Type >:
[legend]

Public Attributes

DynList< typename GT::Node * > nodes
 
DynList< typename GT::Arc * > arcs
 
Cost_Type total_cost = Cost_Type{0}
 

Detailed Description

template<class GT, typename Cost_Type>
struct Aleph::k_shortest_paths_detail::Path_State< GT, Cost_Type >

Definition at line 97 of file K_Shortest_Paths.H.

Member Data Documentation

◆ arcs

◆ nodes

◆ total_cost


The documentation for this struct was generated from the following file: