| 153 | |
| 154 | template <routing_algorithms::RoutingAlgorithm Algorithm> |
| 155 | InternalManyRoutesResult 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 | |
| 162 | template <routing_algorithms::RoutingAlgorithm Algorithm> |
| 163 | InternalRouteResult RoutingAlgorithms<Algorithm>::ShortestPathSearch( |
no test coverage detected