rename all names with round_trip, trip or tsp to trip to standardize the naming
This commit is contained in:
@@ -122,9 +122,9 @@ void RouteParameters::setLanguage(const std::string &language_string)
|
||||
language = language_string;
|
||||
}
|
||||
|
||||
void RouteParameters::setTSPAlgo(const std::string &tsp_algo_string)
|
||||
void RouteParameters::setTripAlgo(const std::string &trip_algo_string)
|
||||
{
|
||||
tsp_algo = tsp_algo_string;
|
||||
trip_algo = trip_algo_string;
|
||||
}
|
||||
|
||||
void RouteParameters::setGeometryFlag(const bool flag) { geometry = flag; }
|
||||
|
||||
Reference in New Issue
Block a user