Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > Member List

This is the complete list of members for operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >, including all inherited members.

Finalize()operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >inlinevirtual
GetDistance(NodeIndex from, NodeIndex to) const =0operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >pure virtual
GetPath(NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const =0operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >pure virtual
GetPenultimateNodeInPath(NodeIndex from, NodeIndex to) const =0operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >pure virtual
Initialize(const std::vector< NodeIndex > &sources, const std::vector< NodeIndex > &destinations, NodeIndex num_nodes)=0operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >pure virtual
PathContainerImpl()=defaultoperations_research::internal::PathContainerImpl< NodeIndex, kNilNode >
StoreSingleSourcePaths(NodeIndex from, const std::vector< NodeIndex > &predecessor_in_path_tree, const std::vector< PathDistance > &distance_to_destination)=0operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >pure virtual
~PathContainerImpl()=defaultoperations_research::internal::PathContainerImpl< NodeIndex, kNilNode >virtual