PPL API 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< TwoVariableSSSPNode > | m_parent |
double | m_waitTimeSteps {0} |
The output of a two variable SSSP run. Iterate back through the list nodes to construct the path.