![]() |
Parasol Planning Library (PPL)
|
#include <SSSP.h>

Public Member Functions | |
| TwoVariableSSSPNode (size_t _vid, double _distance, std::shared_ptr< TwoVariableSSSPNode > _parent) | |
Data Fields | |
| 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.
|
inline |
| double TwoVariableSSSPNode::m_distance |
| std::shared_ptr<TwoVariableSSSPNode> TwoVariableSSSPNode::m_parent |
| size_t TwoVariableSSSPNode::m_vid |
| double TwoVariableSSSPNode::m_waitTimeSteps {0} |