remove possibility to choose algorithm but only use brute force and farthest insertion

This commit is contained in:
Huyen Chau Nguyen
2015-08-20 16:42:50 +02:00
parent e6eea67eeb
commit e773a80b06
5 changed files with 7 additions and 27 deletions
-4
View File
@@ -122,10 +122,6 @@ void RouteParameters::setLanguage(const std::string &language_string)
language = language_string;
}
void RouteParameters::setTripAlgo(const std::string &trip_algo_string)
{
trip_algo = trip_algo_string;
}
void RouteParameters::setGeometryFlag(const bool flag) { geometry = flag; }