diff --git a/include/engine/algorithm.hpp b/include/engine/algorithm.hpp new file mode 100644 index 000000000..23760fc06 --- /dev/null +++ b/include/engine/algorithm.hpp @@ -0,0 +1,37 @@ +#ifndef OSRM_ENGINE_ALGORITHM_HPP +#define OSRM_ENGINE_ALGORITHM_HPP + +namespace osrm +{ +namespace engine +{ +namespace algorithm +{ + +// Contraction Hiearchy +struct CH; +} + +namespace algorithm_trais +{ +template struct HasAlternativeRouting final +{ + template