/srv/osrm/osrm-backend/src/engine/routing_algorithms
Edit: /srv/osrm/osrm-backend/src/engine/routing_algorithms/shortest_path.cpp (920B)
#include "engine/routing_algorithms/routing_base_ch.hpp"
#include "engine/routing_algorithms/routing_base_mld.hpp"
#include "engine/routing_algorithms/shortest_path_impl.hpp"
namespace osrm::engine::routing_algorithms
{
template InternalRouteResult
shortestPathSearch(SearchEngineData
&engine_working_data,
const DataFacade &facade,
const std::vector &waypoint_candidates,
const boost::optional continue_straight_at_waypoint);
template InternalRouteResult
shortestPathSearch(SearchEngineData &engine_working_data,
const DataFacade &facade,
const std::vector &waypoint_candidates,
const boost::optional continue_straight_at_waypoint);
} // namespace osrm::engine::routing_algorithms