remove possibility to choose algorithm but only use brute force and farthest insertion
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user