Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > Member List

This is the complete list of members for operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >, including all inherited members.

arc_from_source() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
arc_lengths() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
ArcIndex typedefoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
ArcPathTo(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
ArcPathToNode(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
BoundedDijkstraWrapper(const GraphType *graph, const ByArc< DistanceType > *arc_lengths)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
BoundedDijkstraWrapper(const GraphType *graph, ArcLengthFunctor arc_length_functor)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
ByArc typedefoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
ByNode typedefoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
distance_type typedefoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
distances() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
GetArcLength(ArcIndex arc) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
GetDestinationIndex(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
GetSourceIndex(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
graph() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
IsReachable(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
NodeIndex typedefoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
NodePathTo(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
OneToOneShortestPath(NodeIndex from, NodeIndex to, DistanceType distance_limit)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
parents() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
reached_nodes() constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
RunBoundedDijkstra(NodeIndex source_node, DistanceType distance_limit)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >inline
RunBoundedDijkstraFromMultipleSources(const std::vector< std::pair< NodeIndex, DistanceType > > &sources_with_distance_offsets, DistanceType distance_limit)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
RunBoundedDijkstraFromMultipleSourcesToMultipleDestinations(const std::vector< std::pair< NodeIndex, DistanceType > > &sources_with_distance_offsets, const std::vector< std::pair< NodeIndex, DistanceType > > &destinations_with_distance_offsets, int num_destinations_to_reach, DistanceType distance_limit)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
RunBoundedDijkstraWithSettledNodeCallback(const std::vector< std::pair< NodeIndex, DistanceType > > &sources_with_distance_offsets, std::function< void(NodeIndex settled_node, DistanceType settled_distance, DistanceType *distance_limit)> settled_node_callback, DistanceType distance_limit)operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >
SourceOfShortestPathToNode(NodeIndex node) constoperations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor >