Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::PathContainerImpl, including all inherited members.
Finalize() | operations_research::PathContainerImpl | inlinevirtual |
GetDistance(NodeIndex from, NodeIndex to) const =0 | operations_research::PathContainerImpl | pure virtual |
GetPath(NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const =0 | operations_research::PathContainerImpl | pure virtual |
GetPenultimateNodeInPath(NodeIndex from, NodeIndex to) const =0 | operations_research::PathContainerImpl | pure virtual |
Initialize(const std::vector< NodeIndex > &sources, const std::vector< NodeIndex > &destinations, NodeIndex num_nodes)=0 | operations_research::PathContainerImpl | pure virtual |
PathContainerImpl() | operations_research::PathContainerImpl | inline |
StoreSingleSourcePaths(NodeIndex from, const std::vector< NodeIndex > &predecessor_in_path_tree, const std::vector< PathDistance > &distance_to_destination)=0 | operations_research::PathContainerImpl | pure virtual |
~PathContainerImpl() | operations_research::PathContainerImpl | inlinevirtual |