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

#include <K_Shortest_Paths.H>

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

Public Types

using Node = typename GT::Node
 
using Arc = typename GT::Arc
 

Public Attributes

Cost_Type inf = std::numeric_limits<Cost_Type>::max()
 
DynMapTree< Node *, Cost_Typedist_to_target
 
DynMapTree< Node *, Node * > tree_next
 
DynMapTree< Node *, Arc * > tree_arc
 

Detailed Description

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

Definition at line 106 of file K_Shortest_Paths.H.

Member Typedef Documentation

◆ Arc

◆ Node

Member Data Documentation

◆ dist_to_target

◆ inf

◆ tree_arc

◆ tree_next


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