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

#include <K_Shortest_Paths.H>

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

Public Attributes

Array< typename GT::Node * > nodes
 
Array< typename GT::Arc * > arcs
 

Detailed Description

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

Definition at line 218 of file K_Shortest_Paths.H.

Member Data Documentation

◆ arcs

◆ nodes


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