MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / AlternativePathSearch

Method AlternativePathSearch

include/engine/routing_algorithms.hpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154template <routing_algorithms::RoutingAlgorithm Algorithm>
155InternalManyRoutesResult RoutingAlgorithms<Algorithm>::AlternativePathSearch(
156 const PhantomEndpointCandidates &endpoint_candidates, unsigned number_of_alternatives) const
157{
158 return routing_algorithms::alternativePathSearch(
159 heaps, *facade, endpoint_candidates, number_of_alternatives);
160}
161
162template <routing_algorithms::RoutingAlgorithm Algorithm>
163InternalRouteResult RoutingAlgorithms<Algorithm>::ShortestPathSearch(

Callers 1

HandleRequestMethod · 0.80

Calls 1

alternativePathSearchFunction · 0.50

Tested by

no test coverage detected