make getPathDistance algorithm-independent

This commit is contained in:
Michael Krasnyk
2017-03-31 20:00:30 +02:00
committed by Patrick Niklaus
parent c487d1307e
commit 1aa8cc3b65
3 changed files with 70 additions and 68 deletions
@@ -382,11 +382,6 @@ inline void search(const datafacade::ContiguousInternalMemoryDataFacade<Algorith
duration_upper_bound);
}
double getPathDistance(const datafacade::ContiguousInternalMemoryDataFacade<ch::Algorithm> &facade,
const std::vector<NodeID> &packed_path,
const PhantomNode &source_phantom,
const PhantomNode &target_phantom);
// Requires the heaps for be empty
// If heaps should be adjusted to be initialized outside of this function,
// the addition of force_loop parameters might be required