Enable ManyToManySearch in MLD

This commit is contained in:
Michael Krasnyk
2017-06-27 16:56:43 +02:00
committed by Patrick Niklaus
parent 54367bfa98
commit 0fd71260d3
6 changed files with 40 additions and 14 deletions
@@ -26,6 +26,16 @@ manyToManySearch(SearchEngineData<Algorithm> &engine_working_data,
const std::vector<std::size_t> &target_indices);
} // namespace ch
namespace mld
{
std::vector<EdgeWeight>
manyToManySearch(SearchEngineData<Algorithm> &engine_working_data,
const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &facade,
const std::vector<PhantomNode> &phantom_nodes,
const std::vector<std::size_t> &source_indices,
const std::vector<std::size_t> &target_indices);
} // namespace mld
} // namespace routing_algorithms
} // namespace engine
} // namespace osrm