PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions | Public Attributes
TwoVariableSSSPNode Struct Reference

Public Member Functions

 TwoVariableSSSPNode (size_t _vid, double _distance, std::shared_ptr< TwoVariableSSSPNode > _parent)
 

Public Attributes

size_t m_vid
 
double m_distance
 
std::shared_ptr< TwoVariableSSSPNodem_parent
 
double m_waitTimeSteps {0}
 

Detailed Description

The output of a two variable SSSP run. Iterate back through the list nodes to construct the path.


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