Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::KShortestPaths< GraphType > Struct Template Reference

Detailed Description

template<class GraphType>
struct operations_research::KShortestPaths< GraphType >

Definition at line 97 of file k_shortest_paths.h.

#include <k_shortest_paths.h>

Public Attributes

std::vector< std::vector< typename GraphType::NodeIndex > > paths
std::vector< PathDistancedistances

Member Data Documentation

◆ distances

template<class GraphType>
std::vector<PathDistance> operations_research::KShortestPaths< GraphType >::distances

Definition at line 105 of file k_shortest_paths.h.

◆ paths

template<class GraphType>
std::vector<std::vector<typename GraphType::NodeIndex> > operations_research::KShortestPaths< GraphType >::paths

Definition at line 104 of file k_shortest_paths.h.


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