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

#include <multi_dijkstra.h>

Public Member Functions

bool operator== (const DistanceAndParentArc &other) const
 

Public Attributes

DistanceType distance
 
int parent_arc
 

Detailed Description

template<class DistanceType>
struct operations_research::DistanceAndParentArc< DistanceType >

Definition at line 60 of file multi_dijkstra.h.

Member Function Documentation

◆ operator==()

template<class DistanceType >
bool operations_research::DistanceAndParentArc< DistanceType >::operator== ( const DistanceAndParentArc< DistanceType > & other) const
inline

Definition at line 63 of file multi_dijkstra.h.

Member Data Documentation

◆ distance

template<class DistanceType >
DistanceType operations_research::DistanceAndParentArc< DistanceType >::distance

Definition at line 61 of file multi_dijkstra.h.

◆ parent_arc

template<class DistanceType >
int operations_research::DistanceAndParentArc< DistanceType >::parent_arc

Definition at line 62 of file multi_dijkstra.h.


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