arc_from_source() const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
arc_lengths() const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
ArcIndex typedef | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
ArcPathTo(NodeIndex node) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
ArcPathToNode(NodeIndex node) const | operations_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 typedef | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
ByNode typedef | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
distance_type typedef | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
distances() const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
GetArcLength(ArcIndex arc) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
GetDestinationIndex(NodeIndex node) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
GetSourceIndex(NodeIndex node) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
graph() const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
IsReachable(NodeIndex node) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
NodeIndex typedef | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
NodePathTo(NodeIndex node) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
OneToOneShortestPath(NodeIndex from, NodeIndex to, DistanceType distance_limit) | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |
parents() const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | inline |
reached_nodes() const | operations_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) const | operations_research::BoundedDijkstraWrapper< GraphType, DistanceType, ArcLengthFunctor > | |