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

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

Base typedefoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >
DistanceContainer()operations_research::DistanceContainer< NodeIndex, kNilNode >inline
DistanceContainer(const DistanceContainer &)=deleteoperations_research::DistanceContainer< NodeIndex, kNilNode >
GetDistance(NodeIndex from, NodeIndex to) const overrideoperations_research::DistanceContainer< NodeIndex, kNilNode >inline
GetPath(NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const overrideoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >inline
GetPenultimateNodeInPath(NodeIndex from, NodeIndex to) const overrideoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >inline
Initialize(const std::vector< NodeIndex > &sources, const std::vector< NodeIndex > &destinations, NodeIndex num_nodes) overrideoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >inline
InMemoryCompactPathContainer()operations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >inline
InMemoryCompactPathContainer(const InMemoryCompactPathContainer &)=deleteoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >
operator=(const InMemoryCompactPathContainer &)=deleteoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >
operations_research::DistanceContainer::operator=(const DistanceContainer &)=deleteoperations_research::DistanceContainer< NodeIndex, kNilNode >
reverse_destinations_operations_research::DistanceContainer< NodeIndex, kNilNode >protected
reverse_sources_operations_research::DistanceContainer< NodeIndex, kNilNode >protected
StoreSingleSourcePaths(NodeIndex from, const std::vector< NodeIndex > &predecessor_in_path_tree, const std::vector< PathDistance > &distance_to_destination) overrideoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >inline
~DistanceContainer() override=defaultoperations_research::DistanceContainer< NodeIndex, kNilNode >
~InMemoryCompactPathContainer() override=defaultoperations_research::InMemoryCompactPathContainer< NodeIndex, kNilNode >